diff options
author | David Robillard <d@drobilla.net> | 2013-01-27 02:41:16 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-01-27 02:41:16 +0000 |
commit | dd51340700469210bbbff0424f6ebe85d32e9524 (patch) | |
tree | 698e2585c5862983c15bb9042031b7c2ab8bbdf5 /lilv | |
parent | 67303a64e1a7e6aa683ae39c54c32ad8bd0730ab (diff) | |
download | lilv-dd51340700469210bbbff0424f6ebe85d32e9524.tar.gz lilv-dd51340700469210bbbff0424f6ebe85d32e9524.tar.bz2 lilv-dd51340700469210bbbff0424f6ebe85d32e9524.zip |
Add note to documentation about loading default plugin state.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5011 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'lilv')
-rw-r--r-- | lilv/lilv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lilv/lilv.h b/lilv/lilv.h index 9d50def..9ee45b8 100644 --- a/lilv/lilv.h +++ b/lilv/lilv.h @@ -1179,6 +1179,8 @@ lilv_port_get_scale_points(const LilvPlugin* plugin, /** Load a state snapshot from @c world's RDF model. + This function can be used to load the default state of a plugin by passing + the plugin URI as the @p subject parameter. @param subject The subject of the state description (e.g. a preset URI). @return A new LilvState which must be freed with lilv_state_free(). */ |