diff options
Diffstat (limited to 'gtk/deprecated/gtkfontsel.h')
-rw-r--r-- | gtk/deprecated/gtkfontsel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/deprecated/gtkfontsel.h b/gtk/deprecated/gtkfontsel.h index 1e72600154..50ff06c423 100644 --- a/gtk/deprecated/gtkfontsel.h +++ b/gtk/deprecated/gtkfontsel.h @@ -103,6 +103,7 @@ struct _GtkFontSelectionDialogClass void (*_gtk_reserved4) (void); }; +GDK_DEPRECATED_IN_3_2 GType gtk_font_selection_get_type (void) G_GNUC_CONST; GDK_DEPRECATED_IN_3_2_FOR(GtkFontChooser) GtkWidget * gtk_font_selection_new (void); @@ -136,7 +137,7 @@ GDK_DEPRECATED_IN_3_2_FOR(GtkFontChooser) void gtk_font_selection_set_preview_text (GtkFontSelection *fontsel, const gchar *text); - +GDK_DEPRECATED_IN_3_2 GType gtk_font_selection_dialog_get_type (void) G_GNUC_CONST; GDK_DEPRECATED_IN_3_2_FOR(GtkFontChooser) GtkWidget *gtk_font_selection_dialog_new (const gchar *title); |