diff options
Diffstat (limited to 'slv2')
-rw-r--r-- | slv2/port.h | 2 |
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, |