diff options
Diffstat (limited to 'gtk/gtkhbbox.h')
-rw-r--r-- | gtk/gtkhbbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkhbbox.h b/gtk/gtkhbbox.h index 914d3eb9d8..c918b79266 100644 --- a/gtk/gtkhbbox.h +++ b/gtk/gtkhbbox.h @@ -58,7 +58,7 @@ struct _GtkHButtonBoxClass }; -GtkType gtk_hbutton_box_get_type (void); +GtkType gtk_hbutton_box_get_type (void) G_GNUC_CONST; GtkWidget* gtk_hbutton_box_new (void); /* buttons can be added by gtk_container_add() */ |