summaryrefslogtreecommitdiff
path: root/gtk/gtkitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkitem.h')
-rw-r--r--gtk/gtkitem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkitem.h b/gtk/gtkitem.h
index 08010c23c..cd02bda16 100644
--- a/gtk/gtkitem.h
+++ b/gtk/gtkitem.h
@@ -63,7 +63,7 @@ struct _GtkItemClass
};
-GtkType gtk_item_get_type (void);
+GtkType gtk_item_get_type (void) G_GNUC_CONST;
void gtk_item_select (GtkItem *item);
void gtk_item_deselect (GtkItem *item);
void gtk_item_toggle (GtkItem *item);