Use G_GNUC_CONST.

Use G_GNUC_CONST.
This commit is contained in:
Elliot Lee
2000-08-30 00:33:38 +00:00
parent a10a7350f3
commit 0176b387c8
129 changed files with 154 additions and 138 deletions

View File

@ -165,7 +165,7 @@ struct _GtkObjectClass
/* Application-level methods */
GtkType gtk_object_get_type (void);
GtkType gtk_object_get_type (void) G_GNUC_CONST;
/* Append a user defined signal without default handler to a class. */
guint gtk_object_class_user_signal_new (GtkObjectClass *klass,