diff options
author | Elliot Lee <sopwith@src.gnome.org> | 2000-08-30 00:33:38 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 2000-08-30 00:33:38 +0000 |
commit | 0176b387c85a150b7d6fdac22be6db627d523217 (patch) | |
tree | c3214257c87fdad8b7ca8b1e63637ddc2160da20 /gtk/gtklistitem.h | |
parent | a10a7350f3d1d90ee5f888dfe360d8b9221186c4 (diff) | |
download | gtk+-0176b387c85a150b7d6fdac22be6db627d523217.tar.gz |
Use G_GNUC_CONST.
Use G_GNUC_CONST.
Diffstat (limited to 'gtk/gtklistitem.h')
-rw-r--r-- | gtk/gtklistitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtklistitem.h b/gtk/gtklistitem.h index 06520b9c76..0617e6ea73 100644 --- a/gtk/gtklistitem.h +++ b/gtk/gtklistitem.h @@ -77,7 +77,7 @@ struct _GtkListItemClass }; -GtkType gtk_list_item_get_type (void); +GtkType gtk_list_item_get_type (void) G_GNUC_CONST; GtkWidget* gtk_list_item_new (void); GtkWidget* gtk_list_item_new_with_label (const gchar *label); void gtk_list_item_select (GtkListItem *list_item); |