From 765929f0b2194171c7f793dc01e227830533c420 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 8 Feb 2015 05:22:10 +0000 Subject: Preserve absolute paths in state if no link directory is given. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5540 a436a847-0d15-0410-975c-d299462d15a1 --- lilv/lilv.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lilv') diff --git a/lilv/lilv.h b/lilv/lilv.h index 9d7b940..66f6d00 100644 --- a/lilv/lilv.h +++ b/lilv/lilv.h @@ -1263,7 +1263,9 @@ typedef const void* (*LilvGetPortValueFunc)(const char* port_symbol, If the state will be saved, this should be the bundle directory later passed to lilv_state_save(). - @param get_value Function to get port values. + @param get_value Function to get port values (or NULL). If NULL, the + returned state will not represent port values. This should only be NULL in + hosts that save and restore port values via some other mechanism. @param user_data User data to pass to `get_value`. -- cgit v1.2.1