From 673ed3d0ce33a728f3b9a88bdb82be1f5522a27f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 30 Jun 2012 19:26:42 +0000 Subject: 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 --- NEWS | 1 + lilv/lilv.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 34ab67d..1e53c20 100644 --- a/NEWS +++ b/NEWS @@ -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 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 -- cgit v1.2.1