summaryrefslogtreecommitdiffstats
path: root/slv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-10-24 16:01:40 +0000
committerDavid Robillard <d@drobilla.net>2006-10-24 16:01:40 +0000
commit75068bb8dc9ae3d6711a5d8548c0c3ede0654f47 (patch)
tree53f3bbe7452aac0a47e400017a8c251fd1f421ee /slv2
parenteb2e024964237eacd1df7ea19c0b15e5b7d03f2a (diff)
downloadlilv-75068bb8dc9ae3d6711a5d8548c0c3ede0654f47.tar.gz
lilv-75068bb8dc9ae3d6711a5d8548c0c3ede0654f47.tar.bz2
lilv-75068bb8dc9ae3d6711a5d8548c0c3ede0654f47.zip
Added memory ownership clarification to dox for slv2_port_get_data_type
git-svn-id: http://svn.drobilla.net/lad/slv2@192 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2')
-rw-r--r--slv2/port.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/slv2/port.h b/slv2/port.h
index b7ba292..52a8a84 100644
--- a/slv2/port.h
+++ b/slv2/port.h
@@ -64,6 +64,8 @@ slv2_port_get_class(SLV2Plugin* plugin,
*
* The only data type included in the core LV2 specification is lv2:float.
* Compare this return value with SLV2_DATA_TYPE_FLOAT to check for it.
+ *
+ * Returned string must be free()'d by caller.
*/
char*
slv2_port_get_data_type(SLV2Plugin* plugin,