diff options
Diffstat (limited to 'lilv')
-rw-r--r-- | lilv/lilv.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lilv/lilv.h b/lilv/lilv.h index 9ee45b8..6719e67 100644 --- a/lilv/lilv.h +++ b/lilv/lilv.h @@ -1420,6 +1420,11 @@ lilv_state_save(LilvWorld* world, /** Save state to a string. This function does not use the filesystem. + + @param uri URI for the state description (mandatory). + @param base_uri Base URI for serialisation. Unless you know what you are + doing, pass NULL for this, otherwise the state may not be restorable via + lilv_state_new_from_string(). */ LILV_API char* |