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:
Emmanuele Bassi 2018-02-11 15:07:24 +00:00
parent 9c6ae95ece
commit 299a91bd46

View File

@ -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)