diff options
Diffstat (limited to 'lilv/lilv.h')
-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(). */ |