summaryrefslogtreecommitdiffstats
path: root/ganv/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/module.h')
-rw-r--r--ganv/module.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ganv/module.h b/ganv/module.h
index 0aace15..e4b4e79 100644
--- a/ganv/module.h
+++ b/ganv/module.h
@@ -55,6 +55,10 @@ struct _GanvModuleClass {
GType ganv_module_get_type(void);
+GanvModule*
+ganv_module_new(GanvCanvas* canvas,
+ const char* first_prop_name, ...);
+
void
ganv_module_add_port(GanvModule* module,
GanvPort* port);