summaryrefslogtreecommitdiffstats
path: root/ganv/module.h
diff options
context:
space:
mode:
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,