From 75068bb8dc9ae3d6711a5d8548c0c3ede0654f47 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 24 Oct 2006 16:01:40 +0000 Subject: 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 --- slv2/port.h | 2 ++ 1 file changed, 2 insertions(+) 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, -- cgit v1.2.1