From b11580b09883c30f963f2453b0e6c0fe5d5cd257 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 9 Dec 2013 01:45:23 +0000 Subject: Fix LV2_UI_INVALID_PORT_INDEX identifier in documentation. --- lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl | 9 +++++++++ lv2/lv2plug.in/ns/extensions/ui/ui.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) (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 dccecb1..094fccc 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.15" ; + doap:created "2013-10-08" ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Fix LV2_UI_INVALID_PORT_INDEX identifier in documentation." + ] + ] + ] , [ doap:revision "2.14" ; doap:created "2013-03-18" ; doap:file-release ; diff --git a/lv2/lv2plug.in/ns/extensions/ui/ui.h b/lv2/lv2plug.in/ns/extensions/ui/ui.h index 3ebddbb..b816581 100644 --- a/lv2/lv2plug.in/ns/extensions/ui/ui.h +++ b/lv2/lv2plug.in/ns/extensions/ui/ui.h @@ -261,7 +261,7 @@ typedef struct _LV2UI_Port_Map { /** Get the index for the port with the given @p symbol. - @return The index of the port, or LV2_UI_INVALID_PORT_INDEX if no such + @return The index of the port, or LV2UI_INVALID_PORT_INDEX if no such port is found. */ uint32_t (*port_index)(LV2UI_Feature_Handle handle, const char* symbol); -- cgit v1.2.1