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

@ -611,6 +611,8 @@ gtk_font_selection_init (GtkFontSelection *fontsel)
* Creates a new #GtkFontSelection. * Creates a new #GtkFontSelection.
* *
* Return value: a new #GtkFontSelection * Return value: a new #GtkFontSelection
*
* Deprecated: 3.2: Use #GtkFontChooserWidget instead
*/ */
GtkWidget * GtkWidget *
gtk_font_selection_new (void) gtk_font_selection_new (void)