summaryrefslogtreecommitdiffstats
path: root/ganv/port.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/port.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/port.h')
-rw-r--r--ganv/port.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ganv/port.h b/ganv/port.h
index 402c67a..af5cc6b 100644
--- a/ganv/port.h
+++ b/ganv/port.h
@@ -49,6 +49,10 @@ ganv_port_new(GanvModule* module,
const char* first_prop_name, ...);
void
+ganv_port_set_direction(GanvPort* port,
+ GanvDirection direction);
+
+void
ganv_port_show_control(GanvPort* port);
void