diff options
author | David Robillard <d@drobilla.net> | 2015-02-08 05:22:10 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-02-08 05:22:10 +0000 |
commit | 765929f0b2194171c7f793dc01e227830533c420 (patch) | |
tree | 6d8fe729162338b4c5bd8aad2179759cae0e935b /lilv | |
parent | 3257b52a2ceb7d6ad36a8cd8768612ce33090003 (diff) | |
download | lilv-765929f0b2194171c7f793dc01e227830533c420.tar.gz lilv-765929f0b2194171c7f793dc01e227830533c420.tar.bz2 lilv-765929f0b2194171c7f793dc01e227830533c420.zip |
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
Diffstat (limited to 'lilv')
-rw-r--r-- | lilv/lilv.h | 4 |
1 files changed, 3 insertions, 1 deletions
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`. |