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:
@ -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)
|
||||
|
Reference in New Issue
Block a user