summaryrefslogtreecommitdiffstats
path: root/src/widgets/arc-toolbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/arc-toolbar.h')
-rw-r--r--src/widgets/arc-toolbar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/widgets/arc-toolbar.h b/src/widgets/arc-toolbar.h
index dba2fcd5a..ca1319631 100644
--- a/src/widgets/arc-toolbar.h
+++ b/src/widgets/arc-toolbar.h
@@ -27,9 +27,11 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-#include <gtk/gtk.h>
class SPDesktop;
+typedef struct _GtkActionGroup GtkActionGroup;
+typedef struct _GObject GObject;
+
void sp_arc_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
#endif /* !SEEN_ARC_TOOLBAR_H */