diff options
author | David Robillard <d@drobilla.net> | 2012-06-30 19:26:42 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-06-30 19:26:42 +0000 |
commit | 673ed3d0ce33a728f3b9a88bdb82be1f5522a27f (patch) | |
tree | 293f9011bb619050bf9780f08f96698139d1f184 | |
parent | 3990a92e929c8f074827d200777d5ca869296222 (diff) | |
download | lilv-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
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | lilv/lilv.h | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -3,6 +3,7 @@ lilv (9999) unstable; * Fix Lilv::Instance API to handle features and failed instantiations * Deprecate old flawed Lilv::Instance constructors * Add Lilv::Instance::get_handle() and Lilv::Instance::get_extension_data() + * Fix documentation for ui_type parameter of lilv_ui_is_supported() -- David Robillard <d@drobilla.net> 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 |