summaryrefslogtreecommitdiffstats
path: root/ganv/module.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-04-26 16:49:15 +0000
committerDavid Robillard <d@drobilla.net>2014-04-26 16:49:15 +0000
commit65b14544b89afc3a7d3a7de57e6ef15ca8165bd0 (patch)
treeaff9e8f19197c83df67ff723ea154b7573880cdb /ganv/module.h
parentfb3498abb00ed3cf5c5938fcb1bffef163674274 (diff)
downloadganv-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/module.h')
-rw-r--r--ganv/module.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/ganv/module.h b/ganv/module.h
index 3ee94b5..4eab012 100644
--- a/ganv/module.h
+++ b/ganv/module.h
@@ -44,7 +44,7 @@ struct _GanvModuleClass {
GanvBoxClass parent_class;
/* Reserved for future expansion */
- gpointer spare_vmethods [4];
+ gpointer spare_vmethods[4];
};
GType ganv_module_get_type(void) G_GNUC_CONST;
@@ -73,16 +73,10 @@ double
ganv_module_get_empty_port_depth(const GanvModule* module);
void
-ganv_module_set_icon(GanvModule* module,
- GdkPixbuf* icon);
+ganv_module_embed(GanvModule* module, GtkWidget* widget);
void
-ganv_module_embed(GanvModule* module,
- GtkWidget* widget);
-
-void
-ganv_module_set_direction(GanvModule* module,
- GanvDirection direction);
+ganv_module_set_direction(GanvModule* module, GanvDirection direction);
/**
* ganv_module_for_each_port: