diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2012-05-03 08:07:13 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2012-05-03 08:07:13 +0100 |
commit | 824776cb02af011424ad6bdaa15238a1eafcb700 (patch) | |
tree | 3e4d80360499a8a59e4a4158f9ffad54e79ed8b1 /gtk/deprecated | |
parent | 5f61f40601dbce3597c40caddd9fd6c0415a47ad (diff) | |
download | gtk+-824776cb02af011424ad6bdaa15238a1eafcb700.tar.gz |
fontsel: Add a deprecation note in the constructor docs
To match the compiler attribute, otherwise the introspection scanner
will not pick up the deprecation.
Diffstat (limited to 'gtk/deprecated')
-rw-r--r-- | gtk/deprecated/gtkfontsel.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/deprecated/gtkfontsel.c b/gtk/deprecated/gtkfontsel.c index c0835c2cd2..15a311d746 100644 --- a/gtk/deprecated/gtkfontsel.c +++ b/gtk/deprecated/gtkfontsel.c @@ -610,7 +610,9 @@ gtk_font_selection_init (GtkFontSelection *fontsel) * * Creates a new #GtkFontSelection. * - * Return value: a n ew #GtkFontSelection + * Return value: a new #GtkFontSelection + * + * Deprecated: 3.2: Use #GtkFontChooserWidget instead */ GtkWidget * gtk_font_selection_new (void) |