summaryrefslogtreecommitdiffstats
path: root/ganv/module.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-09 00:36:44 +0000
committerDavid Robillard <d@drobilla.net>2011-12-09 00:36:44 +0000
commit3b9f400868fc382a5f61db4eb7105be999049c7b (patch)
treea69ed4648b4453cc8ec7b2da3082ce5c9f9025b7 /ganv/module.h
parentaf9b88f33b4bca97087d911c5bdcfa4cfbb48cfe (diff)
downloadganv-3b9f400868fc382a5f61db4eb7105be999049c7b.tar.gz
ganv-3b9f400868fc382a5f61db4eb7105be999049c7b.tar.bz2
ganv-3b9f400868fc382a5f61db4eb7105be999049c7b.zip
Improve documentation.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@3840 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 4f8014d..f1c4f2c 100644
--- a/ganv/module.h
+++ b/ganv/module.h
@@ -78,7 +78,9 @@ ganv_module_embed(GanvModule* module,
/**
* ganv_module_for_each_port:
+ * @module: The module.
* @f: (scope call): A function to call on every port on @module.
+ * @data: User data to pass to @f.
*/
void
ganv_module_for_each_port(GanvModule* module,