summaryrefslogtreecommitdiffstats
path: root/lilv
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-06-30 19:26:42 +0000
committerDavid Robillard <d@drobilla.net>2012-06-30 19:26:42 +0000
commit673ed3d0ce33a728f3b9a88bdb82be1f5522a27f (patch)
tree293f9011bb619050bf9780f08f96698139d1f184 /lilv
parent3990a92e929c8f074827d200777d5ca869296222 (diff)
downloadlilv-673ed3d0ce33a728f3b9a88bdb82be1f5522a27f.tar.gz
lilv-673ed3d0ce33a728f3b9a88bdb82be1f5522a27f.tar.bz2
lilv-673ed3d0ce33a728f3b9a88bdb82be1f5522a27f.zip
Fix documentation for ui_type parameter of lilv_ui_is_supported() (fix #838).
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4504 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'lilv')
-rw-r--r--lilv/lilv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lilv/lilv.h b/lilv/lilv.h
index 7d4cb9f..9e9a907 100644
--- a/lilv/lilv.h
+++ b/lilv/lilv.h
@@ -1664,7 +1664,7 @@ typedef unsigned (*LilvUISupportedFunc)(const char* container_type_uri,
@param supported_func User provided supported predicate.
@param container_type The widget type to host the UI within.
@param ui_type (Output) If non-NULL, set to the native type of the UI
- which the caller must free with lilv_node_free.
+ which is owned by @c ui and must not be freed by the caller.
@return The embedding quality level returned by @c supported_func.
*/
LILV_API