diff options
Diffstat (limited to 'gtk/gtktogglebutton.h')
-rw-r--r-- | gtk/gtktogglebutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktogglebutton.h b/gtk/gtktogglebutton.h index b8eb272953..def107e5ac 100644 --- a/gtk/gtktogglebutton.h +++ b/gtk/gtktogglebutton.h @@ -66,7 +66,7 @@ struct _GtkToggleButtonClass }; -GtkType gtk_toggle_button_get_type (void); +GtkType gtk_toggle_button_get_type (void) G_GNUC_CONST; GtkWidget* gtk_toggle_button_new (void); GtkWidget* gtk_toggle_button_new_with_label (const gchar *label); void gtk_toggle_button_set_mode (GtkToggleButton *toggle_button, |