summaryrefslogtreecommitdiff
path: root/gtk/gtkexpander.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkexpander.h')
-rw-r--r--gtk/gtkexpander.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkexpander.h b/gtk/gtkexpander.h
index 7c568848b7..e5bfa45440 100644
--- a/gtk/gtkexpander.h
+++ b/gtk/gtkexpander.h
@@ -56,7 +56,7 @@ struct _GtkExpanderClass
void (* activate) (GtkExpander *expander);
};
-GType gtk_expander_get_type (void);
+GType gtk_expander_get_type (void) G_GNUC_CONST;
GtkWidget *gtk_expander_new (const gchar *label);
GtkWidget *gtk_expander_new_with_mnemonic (const gchar *label);