summaryrefslogtreecommitdiffstats
path: root/ganv/module.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-24 01:44:43 +0000
committerDavid Robillard <d@drobilla.net>2012-04-24 01:44:43 +0000
commit89c5346a3377a2075954acc436d3d843183ad31a (patch)
treec5d690b2a63b1a4720ccf34eea91f1b7a4b39183 /ganv/module.h
parent2bae5abe2bf3068e4a36113e104168ba31928386 (diff)
downloadganv-89c5346a3377a2075954acc436d3d843183ad31a.tar.gz
ganv-89c5346a3377a2075954acc436d3d843183ad31a.tar.bz2
ganv-89c5346a3377a2075954acc436d3d843183ad31a.zip
Fix downward signal flow display (i.e. port labels disabled).
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@4260 a436a847-0d15-0410-975c-d299462d15a1
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 16c5258..de36f4e 100644
--- a/ganv/module.h
+++ b/ganv/module.h
@@ -75,6 +75,10 @@ void
ganv_module_embed(GanvModule* module,
GtkWidget* widget);
+void
+ganv_module_set_direction(GanvModule* module,
+ GanvDirection direction);
+
/**
* ganv_module_for_each_port:
* @module: The module.