diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-11-28 07:02:27 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-11-28 07:02:27 +0000 |
commit | c50066b452babcfeeefff746c5161fec9d88baf6 (patch) | |
tree | 32c8df816b8715c17046f68b3bc41db41e6067ac /gtk/gtkfilechooserdefault.h | |
parent | fdec871410755fa82c8922d7ff4791dc59a26b5f (diff) | |
download | gtk+-c50066b452babcfeeefff746c5161fec9d88baf6.tar.gz |
Mark as const.
2004-11-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.h (gtk_requisition_get_type):
* gtk/gtktypeutils.h (gtk_identifier_get_type):
* gtk/gtktexttag.h (gtk_text_attributes_get_type):
* gtk/gtkstyle.h (gtk_border_get_type):
* gtk/gtkfilesystemmodel.h (_gtk_file_system_model_get_type):
* gtk/gtkfilechooserentry.h (_gtk_file_chooser_entry_get_type):
* gtk/gtkfilechooserembed.h (_gtk_file_chooser_embed_get_type):
* gtk/gtkfilechooserdefault.h (_gtk_file_chooser_default_get_type):
* gtk/gtkaccelmap.h (gtk_accel_map_get_type): Mark as const.
* gtk/gtk.symbols:
* gtk/Makefile.am: Mark get_type() functions
generated by glib-mkenums as const.
Diffstat (limited to 'gtk/gtkfilechooserdefault.h')
-rw-r--r-- | gtk/gtkfilechooserdefault.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserdefault.h b/gtk/gtkfilechooserdefault.h index aeaa0965bc..d4fbda7426 100644 --- a/gtk/gtkfilechooserdefault.h +++ b/gtk/gtkfilechooserdefault.h @@ -32,7 +32,7 @@ G_BEGIN_DECLS typedef struct _GtkFileChooserDefault GtkFileChooserDefault; -GType _gtk_file_chooser_default_get_type (void); +GType _gtk_file_chooser_default_get_type (void) G_GNUC_CONST; GtkWidget *_gtk_file_chooser_default_new (const char *file_system); G_END_DECLS |