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/gtkfontsel.h | |
parent | a10a7350f3d1d90ee5f888dfe360d8b9221186c4 (diff) | |
download | gtk+-0176b387c85a150b7d6fdac22be6db627d523217.tar.gz |
Use G_GNUC_CONST.
Use G_GNUC_CONST.
Diffstat (limited to 'gtk/gtkfontsel.h')
-rw-r--r-- | gtk/gtkfontsel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkfontsel.h b/gtk/gtkfontsel.h index 2b2cc902c3..1cc0c8653b 100644 --- a/gtk/gtkfontsel.h +++ b/gtk/gtkfontsel.h @@ -121,7 +121,7 @@ struct _GtkFontSelectionDialogClass * see the comments in the GtkFontSelectionDialog functions. *****************************************************************************/ -GtkType gtk_font_selection_get_type (void); +GtkType gtk_font_selection_get_type (void) G_GNUC_CONST; GtkWidget* gtk_font_selection_new (void); gchar* gtk_font_selection_get_font_name (GtkFontSelection *fontsel); GdkFont* gtk_font_selection_get_font (GtkFontSelection *fontsel); @@ -139,7 +139,7 @@ void gtk_font_selection_set_preview_text (GtkFontSelection *fontsel, * GtkFontSelection. *****************************************************************************/ -GtkType gtk_font_selection_dialog_get_type (void); +GtkType gtk_font_selection_dialog_get_type (void) G_GNUC_CONST; GtkWidget* gtk_font_selection_dialog_new (const gchar *title); /* This returns the X Logical Font Description fontname, or NULL if no font |