summaryrefslogtreecommitdiffstats
path: root/slv2/plugin.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-09-26 18:28:29 +0000
committerDavid Robillard <d@drobilla.net>2007-09-26 18:28:29 +0000
commite40766e5bc1c9c361bf1c99224da1b8810ab9381 (patch)
tree2f17a61e7be85c13566793490374f6041fd0d05a /slv2/plugin.h
parent77484b8b89cf2795df22c4e15a1d4473cbdd2bb3 (diff)
downloadlilv-e40766e5bc1c9c361bf1c99224da1b8810ab9381.tar.gz
lilv-e40766e5bc1c9c361bf1c99224da1b8810ab9381.tar.bz2
lilv-e40766e5bc1c9c361bf1c99224da1b8810ab9381.zip
Added clarification of memory management responsibilities for slv2_plugin_get_uis.
git-svn-id: http://svn.drobilla.net/lad/slv2@781 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/plugin.h')
-rw-r--r--slv2/plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/slv2/plugin.h b/slv2/plugin.h
index fa82bae..94b5a93 100644
--- a/slv2/plugin.h
+++ b/slv2/plugin.h
@@ -347,6 +347,8 @@ slv2_plugin_get_port_by_symbol(SLV2Plugin plugin,
* library, use slv2_ui_get_library_uri with the values returned
* here for that.
*
+ * Returned value must be freed by caller using slv2_uis_free.
+ *
* \param plugin The plugin to get the UIs for.
*
* Time = Query