From 55669387ffcb802307e91deb7027f17b8de20e00 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 27 Jul 2014 18:06:07 +0100 Subject: clean up gtk scaffolding interface, remove lots of cruft and globals --- gtk/toolbar.h | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'gtk/toolbar.h') diff --git a/gtk/toolbar.h b/gtk/toolbar.h index c853458cd..d0af4f9da 100644 --- a/gtk/toolbar.h +++ b/gtk/toolbar.h @@ -23,13 +23,12 @@ #include "gtk/scaffolding.h" -void nsgtk_toolbar_customization_init(nsgtk_scaffolding *g); -void nsgtk_toolbar_init(nsgtk_scaffolding *g); -void nsgtk_toolbar_customization_load(nsgtk_scaffolding *g); -void nsgtk_toolbar_set_physical(nsgtk_scaffolding *g); -void nsgtk_toolbar_connect_all(nsgtk_scaffolding *g); -int nsgtk_toolbar_get_id_from_widget(GtkWidget *widget, nsgtk_scaffolding - *g); +void nsgtk_toolbar_customization_init(struct nsgtk_scaffolding *g); +void nsgtk_toolbar_init(struct nsgtk_scaffolding *g); +void nsgtk_toolbar_customization_load(struct nsgtk_scaffolding *g); +void nsgtk_toolbar_set_physical(struct nsgtk_scaffolding *g); +void nsgtk_toolbar_connect_all(struct nsgtk_scaffolding *g); +int nsgtk_toolbar_get_id_from_widget(GtkWidget *widget, struct nsgtk_scaffolding *g); #define TOOLPROTO(q) gboolean nsgtk_toolbar_##q##_button_data(\ GtkWidget *widget, GdkDragContext *cont, GtkSelectionData\ -- cgit v1.2.3