summaryrefslogtreecommitdiffstats
path: root/slv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-11-01 18:02:20 +0000
committerDavid Robillard <d@drobilla.net>2008-11-01 18:02:20 +0000
commitf6e5dcc1a59c4d4103718d3dbf3ee77096eeaa88 (patch)
tree854d30f20ad4f7c40fd51f7dce74096a969a1f3b /slv2
parentc577393643b05f836931bd8ad7e5030e04676849 (diff)
downloadlilv-f6e5dcc1a59c4d4103718d3dbf3ee77096eeaa88.tar.gz
lilv-f6e5dcc1a59c4d4103718d3dbf3ee77096eeaa88.tar.bz2
lilv-f6e5dcc1a59c4d4103718d3dbf3ee77096eeaa88.zip
Fix gaps in memory management documentation.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1699 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2')
-rw-r--r--slv2/pluginui.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/slv2/pluginui.h b/slv2/pluginui.h
index 81c7a8c..f862024 100644
--- a/slv2/pluginui.h
+++ b/slv2/pluginui.h
@@ -31,6 +31,7 @@ extern "C" {
/** Get the URI of a Plugin UI.
*
* \param ui The Plugin UI
+ * \return a shared value which must not be modified or freed.
*
* Time = O(1)
*/
@@ -41,6 +42,7 @@ slv2_ui_get_uri(SLV2UI ui);
/** Get the types (URIs of RDF classes) of a Plugin UI.
*
* \param ui The Plugin UI
+ * \return a shared value which must not be modified or freed.
*
* Time = O(1)
*/
@@ -62,6 +64,7 @@ slv2_ui_is_a(SLV2UI ui, SLV2Value class_uri);
/** Get the URI for a Plugin UI's bundle.
*
* \param ui The Plugin UI
+ * \return a shared value which must not be modified or freed.
*
* Time = O(1)
*/
@@ -72,6 +75,7 @@ slv2_ui_get_bundle_uri(SLV2UI ui);
/** Get the URI for a Plugin UI's shared library.
*
* \param ui The Plugin UI
+ * \return a shared value which must not be modified or freed.
*
* Time = O(1)
*/