mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 14:31:10 +00:00
docs: Fix annotations
- Use the same name for the argument in the declaration, definition, and documentation - Use "optional" instead of the deprecated "allow-none"
This commit is contained in:
parent
e8e28b61db
commit
43e5ca9a1b
@ -1735,11 +1735,11 @@ gdk_display_map_keycode (GdkDisplay *display,
|
|||||||
* @keycode: a keycode
|
* @keycode: a keycode
|
||||||
* @state: a modifier state
|
* @state: a modifier state
|
||||||
* @group: active keyboard group
|
* @group: active keyboard group
|
||||||
* @keyval: (out) (allow-none): return location for keyval, or %NULL
|
* @keyval: (out) (optional): return location for keyval, or %NULL
|
||||||
* @effective_group: (out) (allow-none): return location for effective
|
* @effective_group: (out) (optional): return location for effective
|
||||||
* group, or %NULL
|
* group, or %NULL
|
||||||
* @level: (out) (allow-none): return location for level, or %NULL
|
* @level: (out) (optional): return location for level, or %NULL
|
||||||
* @consumed_modifiers: (out) (allow-none): return location for modifiers
|
* @consumed: (out) (optional): return location for modifiers
|
||||||
* that were used to determine the group or level, or %NULL
|
* that were used to determine the group or level, or %NULL
|
||||||
*
|
*
|
||||||
* Translates the contents of a #GdkEventKey (ie @keycode, @state, and @group)
|
* Translates the contents of a #GdkEventKey (ie @keycode, @state, and @group)
|
||||||
|
Loading…
Reference in New Issue
Block a user