summaryrefslogtreecommitdiff
path: root/gtk/gtkcheckbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkcheckbutton.h')
-rw-r--r--gtk/gtkcheckbutton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcheckbutton.h b/gtk/gtkcheckbutton.h
index 9389a960d4..4abb4d72e9 100644
--- a/gtk/gtkcheckbutton.h
+++ b/gtk/gtkcheckbutton.h
@@ -65,7 +65,7 @@ struct _GtkCheckButtonClass
};
-GtkType gtk_check_button_get_type (void);
+GtkType gtk_check_button_get_type (void) G_GNUC_CONST;
GtkWidget* gtk_check_button_new (void);
GtkWidget* gtk_check_button_new_with_label (const gchar *label);