From 00df069cdf55e115ea734119c0ba97b78192cfcc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 9 Dec 2011 01:16:44 +0000 Subject: Improve documentation and GIR bindings. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@3841 a436a847-0d15-0410-975c-d299462d15a1 --- ganv/module.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ganv/module.h') diff --git a/ganv/module.h b/ganv/module.h index f1c4f2c..718756b 100644 --- a/ganv/module.h +++ b/ganv/module.h @@ -54,6 +54,10 @@ ganv_module_new(GanvCanvas* canvas, guint ganv_module_num_ports(const GanvModule* module); +/** + * ganv_module_get_port: + * Return value: (transfer none): The port on @module at @index. + */ GanvPort* ganv_module_get_port(GanvModule* module, guint index); -- cgit v1.2.1