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/gtkentry.h | |
parent | a10a7350f3d1d90ee5f888dfe360d8b9221186c4 (diff) | |
download | gtk+-0176b387c85a150b7d6fdac22be6db627d523217.tar.gz |
Use G_GNUC_CONST.
Use G_GNUC_CONST.
Diffstat (limited to 'gtk/gtkentry.h')
-rw-r--r-- | gtk/gtkentry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkentry.h b/gtk/gtkentry.h index c554fe89ee..9f7f38899e 100644 --- a/gtk/gtkentry.h +++ b/gtk/gtkentry.h @@ -79,7 +79,7 @@ struct _GtkEntryClass GtkEditableClass parent_class; }; -GtkType gtk_entry_get_type (void); +GtkType gtk_entry_get_type (void) G_GNUC_CONST; GtkWidget* gtk_entry_new (void); GtkWidget* gtk_entry_new_with_max_length (guint16 max); void gtk_entry_set_text (GtkEntry *entry, |