From e40766e5bc1c9c361bf1c99224da1b8810ab9381 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 26 Sep 2007 18:28:29 +0000 Subject: 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 --- slv2/plugin.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1