summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--lilv/lilv.h2
2 files changed, 2 insertions, 1 deletions
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 <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