diff options
author | David Robillard <d@drobilla.net> | 2014-04-26 16:49:15 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-04-26 16:49:15 +0000 |
commit | 65b14544b89afc3a7d3a7de57e6ef15ca8165bd0 (patch) | |
tree | aff9e8f19197c83df67ff723ea154b7573880cdb /ganv/port.h | |
parent | fb3498abb00ed3cf5c5938fcb1bffef163674274 (diff) | |
download | ganv-65b14544b89afc3a7d3a7de57e6ef15ca8165bd0.tar.gz ganv-65b14544b89afc3a7d3a7de57e6ef15ca8165bd0.tar.bz2 ganv-65b14544b89afc3a7d3a7de57e6ef15ca8165bd0.zip |
Clean up Ganv API.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5367 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ganv/port.h')
-rw-r--r-- | ganv/port.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ganv/port.h b/ganv/port.h index a4c43ef..3b04db5 100644 --- a/ganv/port.h +++ b/ganv/port.h @@ -41,7 +41,7 @@ struct _GanvPortClass { GanvBoxClass parent_class; /* Reserved for future expansion */ - gpointer spare_vmethods [4]; + gpointer spare_vmethods[4]; }; GType ganv_port_get_type(void) G_GNUC_CONST; @@ -52,10 +52,6 @@ ganv_port_new(GanvModule* module, const char* first_prop_name, ...); void -ganv_port_set_direction(GanvPort* port, - GanvDirection direction); - -void ganv_port_set_value_label(GanvPort* port, const char* str); |