From 886eaec350f143cfb3a97aa6f79b79bd5263c44a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 18 Jan 2012 17:28:56 +0000 Subject: Clarify documentation. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3964 a436a847-0d15-0410-975c-d299462d15a1 --- lilv/lilv.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lilv') diff --git a/lilv/lilv.h b/lilv/lilv.h index 1d3bcd4..f16b5a4 100644 --- a/lilv/lilv.h +++ b/lilv/lilv.h @@ -1155,9 +1155,8 @@ typedef LilvNode* (*LilvGetPortValueFunc)(const char* port_symbol, If supported (via state:makePath passed to LV2_Descriptor::instantiate()), @c dir should be the directory where any plugin-created files are stored. Lilv will assume any files within this directory (recursively) are created - by the plugin and all other files are immutable. This function creates a - new LilvState, but does not save state to disk. To save the state - permanently, use lilv_state_save(). + by the plugin and all other files are immutable. Note that this function + does not save the state, use lilv_state_save() for that. See state.h from the LV2 State extension for details on the @c flags and @c features parameters. -- cgit v1.2.1