fontsel: Add a deprecation note in the constructor docs

To match the compiler attribute, otherwise the introspection scanner
will not pick up the deprecation.
This commit is contained in:
Emmanuele Bassi
2012-05-03 08:07:13 +01:00
parent 5f61f40601
commit 824776cb02

View File

@ -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)