diff options
author | David Robillard <d@drobilla.net> | 2015-07-25 12:46:12 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-07-25 12:46:12 -0400 |
commit | 2cbcdae109088d91c8c759097bbd6a1060e41735 (patch) | |
tree | 66aeadf32fa3234f7773a6786e83d8fe01ad2481 | |
parent | f18cfa8ead086e5fe902290f3bef0ceb2a3d2ddc (diff) | |
download | lv2-2cbcdae109088d91c8c759097bbd6a1060e41735.tar.xz |
Improve documentation.
-rw-r--r-- | lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl | 9 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/extensions/ui/manifest.ttl | 2 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/extensions/ui/ui.h | 3 |
3 files changed, 12 insertions, 2 deletions
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 <http://lv2plug.in/ns/meta#larsl> ; doap:maintainer <http://drobilla.net/drobilla#me> ; doap:release [ + doap:revision "2.19" ; + doap:created "2015-07-25" ; + dcs:blame <http://drobilla.net/drobilla#me> ; + dcs:changeset [ + dcs:item [ + rdfs:label "Improve documentation." + ] + ] + ] , [ doap:revision "2.18" ; doap:created "2014-08-08" ; doap:file-release <http://lv2plug.in/spec/lv2-1.10.0.tar.bz2> ; 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 @@ <http://lv2plug.in/ns/extensions/ui> a lv2:Specification ; lv2:minorVersion 2 ; - lv2:microVersion 18 ; + lv2:microVersion 19 ; rdfs:seeAlso <ui.ttl> .
\ 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. */ |