mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-10 20:50:12 +00:00
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:
parent
ade22d00f2
commit
12913d1a35
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user