mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 13:10:08 +00:00
docs: Properly deprecate gdk_keymap_get_default()
We're using a compiler annotation, but there's no deprecation notice in the gtk-doc stanza.
This commit is contained in:
parent
9c6ae95ece
commit
299a91bd46
@ -277,6 +277,8 @@ gdk_keyval_is_lower (guint keyval)
|
||||
* Returns the #GdkKeymap attached to the default display.
|
||||
*
|
||||
* Returns: (transfer none): the #GdkKeymap attached to the default display.
|
||||
*
|
||||
* Deprecated: 3.22: Use gdk_keymap_get_for_display() instead
|
||||
*/
|
||||
GdkKeymap*
|
||||
gdk_keymap_get_default (void)
|
||||
|
Loading…
Reference in New Issue
Block a user