From 2cbcdae109088d91c8c759097bbd6a1060e41735 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 25 Jul 2015 12:46:12 -0400 Subject: Improve documentation. --- lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl | 9 +++++++++ lv2/lv2plug.in/ns/extensions/ui/manifest.ttl | 2 +- lv2/lv2plug.in/ns/extensions/ui/ui.h | 3 ++- 3 files changed, 12 insertions(+), 2 deletions(-) (limited to 'lv2/lv2plug.in/ns/extensions/ui') diff --git a/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl b/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl index 32d240f..d509e8a 100644 --- a/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl +++ b/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl @@ -13,6 +13,15 @@ doap:developer ; doap:maintainer ; doap:release [ + doap:revision "2.19" ; + doap:created "2015-07-25" ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Improve documentation." + ] + ] + ] , [ doap:revision "2.18" ; doap:created "2014-08-08" ; doap:file-release ; diff --git a/lv2/lv2plug.in/ns/extensions/ui/manifest.ttl b/lv2/lv2plug.in/ns/extensions/ui/manifest.ttl index 25b7cab..6a7c591 100644 --- a/lv2/lv2plug.in/ns/extensions/ui/manifest.ttl +++ b/lv2/lv2plug.in/ns/extensions/ui/manifest.ttl @@ -4,5 +4,5 @@ a lv2:Specification ; lv2:minorVersion 2 ; - lv2:microVersion 18 ; + lv2:microVersion 19 ; rdfs:seeAlso . \ No newline at end of file diff --git a/lv2/lv2plug.in/ns/extensions/ui/ui.h b/lv2/lv2plug.in/ns/extensions/ui/ui.h index a084dff..a8ad613 100644 --- a/lv2/lv2plug.in/ns/extensions/ui/ui.h +++ b/lv2/lv2plug.in/ns/extensions/ui/ui.h @@ -237,7 +237,8 @@ typedef struct _LV2UI_Resize { host about the size of the UI. When provided by the UI, the host may call this function to notify the - UI that it should change its size accordingly. + UI that it should change its size accordingly. In this case, the host + must pass the LV2UI_Handle to provide access to the UI instance. @return 0 on success. */ -- cgit v1.2.1