diff options
Diffstat (limited to 'gtk/gtkbutton.h')
-rw-r--r-- | gtk/gtkbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbutton.h b/gtk/gtkbutton.h index 6cbf868cbc..a55460e03c 100644 --- a/gtk/gtkbutton.h +++ b/gtk/gtkbutton.h @@ -73,7 +73,7 @@ struct _GtkButtonClass }; -GtkType gtk_button_get_type (void); +GtkType gtk_button_get_type (void) G_GNUC_CONST; GtkWidget* gtk_button_new (void); GtkWidget* gtk_button_new_with_label (const gchar *label); void gtk_button_pressed (GtkButton *button); |