aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/extensions/ui/ui.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-12-09 01:45:23 +0000
committerDavid Robillard <d@drobilla.net>2013-12-09 01:45:23 +0000
commitb11580b09883c30f963f2453b0e6c0fe5d5cd257 (patch)
treef4265cffbfdbcb67e368988eab48ff0e665793a4 /lv2/lv2plug.in/ns/extensions/ui/ui.h
parent8ca524c7e01e4ec5eca86dbf67e2061e32f34d7c (diff)
downloadlv2-b11580b09883c30f963f2453b0e6c0fe5d5cd257.tar.xz
Fix LV2_UI_INVALID_PORT_INDEX identifier in documentation.
Diffstat (limited to 'lv2/lv2plug.in/ns/extensions/ui/ui.h')
-rw-r--r--lv2/lv2plug.in/ns/extensions/ui/ui.h2
1 files changed, 1 insertions, 1 deletions
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);