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