diff options
Diffstat (limited to 'lib/ephy-glade.h')
-rw-r--r-- | lib/ephy-glade.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ephy-glade.h b/lib/ephy-glade.h index 0295fd00a..324fe315e 100644 --- a/lib/ephy-glade.h +++ b/lib/ephy-glade.h @@ -25,14 +25,14 @@ #include <gtk/gtk.h> #include <glade/glade-xml.h> +G_BEGIN_DECLS + typedef struct { const gchar *name; GtkWidget **ptr; } WidgetLookup; -G_BEGIN_DECLS - GladeXML *ephy_glade_widget_new (const char *file, const char *widget_name, GtkWidget **root, |