diff options
Diffstat (limited to 'gtk/gtkcombo.h')
-rw-r--r-- | gtk/gtkcombo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcombo.h b/gtk/gtkcombo.h index c33f5e7e77..6345464f7d 100644 --- a/gtk/gtkcombo.h +++ b/gtk/gtkcombo.h @@ -71,7 +71,7 @@ struct _GtkComboClass { GtkHBoxClass parent_class; }; -GtkType gtk_combo_get_type (void); +GtkType gtk_combo_get_type (void) G_GNUC_CONST; GtkWidget* gtk_combo_new (void); /* the text in the entry must be or not be in the list */ |