From 0176b387c85a150b7d6fdac22be6db627d523217 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Wed, 30 Aug 2000 00:33:38 +0000 Subject: Use G_GNUC_CONST. Use G_GNUC_CONST. --- gtk/gtklistitem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtklistitem.h') 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); -- cgit v1.2.1