summaryrefslogtreecommitdiff
path: root/gtk/gtkgladecatalog.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-09-05 21:21:49 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-09-05 21:21:49 -0400
commitd55e3b25a7a6f0363f833b543905eea3a89ea5f6 (patch)
tree8a1c7feb8fc90e4c0c3298864e2c06ada054f95f /gtk/gtkgladecatalog.c
parentc88c16d1f481fcd98297920250415a1116fbc490 (diff)
downloadgtk+-d55e3b25a7a6f0363f833b543905eea3a89ea5f6.tar.gz
Fix various compiler warnings
Mostly missing declarations and missing statics.
Diffstat (limited to 'gtk/gtkgladecatalog.c')
-rw-r--r--gtk/gtkgladecatalog.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkgladecatalog.c b/gtk/gtkgladecatalog.c
index f9fb7df064..44f91e07e3 100644
--- a/gtk/gtkgladecatalog.c
+++ b/gtk/gtkgladecatalog.c
@@ -31,6 +31,8 @@
# include "gtkprinteroptionwidget.h"
#endif
+void gtk_glade_catalog_init (const gchar *catalog_name);
+
/* This function is referred to in gtk/glade/gtk-private-widgets.xml
* and is used to ensure the private types for use in Glade while
* editing UI files that define GTK+’s various composite widget classes.