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:
@ -277,6 +277,8 @@ gdk_keyval_is_lower (guint keyval)
|
|||||||
* Returns the #GdkKeymap attached to the default display.
|
* Returns the #GdkKeymap attached to the default display.
|
||||||
*
|
*
|
||||||
* Returns: (transfer none): 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*
|
GdkKeymap*
|
||||||
gdk_keymap_get_default (void)
|
gdk_keymap_get_default (void)
|
||||||
|
|||||||
Reference in New Issue
Block a user