docs: Use the appropriate deprecation for properties
The GtkFontButton:font-name property has been deprecated, but it's using a non-standard annotation in its documentation.
This commit is contained in:
@ -487,7 +487,8 @@ gtk_font_button_class_init (GtkFontButtonClass *klass)
|
||||
* The name of the currently selected font.
|
||||
*
|
||||
* Since: 2.4
|
||||
* @Deprecated: Use the #GtkFontChooser::font property instead
|
||||
*
|
||||
* Deprecated: 3.22: Use the #GtkFontChooser::font property instead
|
||||
*/
|
||||
g_object_class_install_property (gobject_class,
|
||||
PROP_FONT_NAME,
|
||||
|
Reference in New Issue
Block a user