diff options
Diffstat (limited to 'gtk/gtktoggleaction.h')
-rw-r--r-- | gtk/gtktoggleaction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktoggleaction.h b/gtk/gtktoggleaction.h index 2a2b260d16..6325c35ba6 100644 --- a/gtk/gtktoggleaction.h +++ b/gtk/gtktoggleaction.h @@ -67,7 +67,7 @@ struct _GtkToggleActionClass void (*_gtk_reserved4) (void); }; -GType gtk_toggle_action_get_type (void); +GType gtk_toggle_action_get_type (void) G_GNUC_CONST; GtkToggleAction *gtk_toggle_action_new (const gchar *name, const gchar *label, const gchar *tooltip, |