summaryrefslogtreecommitdiff
path: root/gtk/deprecated
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2012-05-03 08:07:13 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2012-05-03 08:07:13 +0100
commit824776cb02af011424ad6bdaa15238a1eafcb700 (patch)
tree3e4d80360499a8a59e4a4158f9ffad54e79ed8b1 /gtk/deprecated
parent5f61f40601dbce3597c40caddd9fd6c0415a47ad (diff)
downloadgtk+-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.c4
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)