summaryrefslogtreecommitdiffstats
path: root/ganv/module.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-06-08 18:03:36 +0000
committerDavid Robillard <d@drobilla.net>2013-06-08 18:03:36 +0000
commit423bcd39d6c6e8870128df2715a262bc8e59603f (patch)
tree7255b0dca7888a4070135c04565a8ac88d413d7f /ganv/module.h
parent7559cf81b07509420f1ab85ed95f42f441888df7 (diff)
downloadganv-423bcd39d6c6e8870128df2715a262bc8e59603f.tar.gz
ganv-423bcd39d6c6e8870128df2715a262bc8e59603f.tar.bz2
ganv-423bcd39d6c6e8870128df2715a262bc8e59603f.zip
Fix sizing for ports with enumeration or integer tag labels.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5123 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ganv/module.h')
-rw-r--r--ganv/module.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ganv/module.h b/ganv/module.h
index 31b76b1..2e350a6 100644
--- a/ganv/module.h
+++ b/ganv/module.h
@@ -55,6 +55,8 @@ ganv_module_num_ports(const GanvModule* module);
/**
* ganv_module_get_port:
+ * Get a port by index.
+ *
* Return value: (transfer none): The port on @module at @index.
*/
GanvPort*