mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Update the docs to state which out parameters may be NULL. (#360870,
2006-10-09 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): Update the docs to state which out parameters may be NULL. (#360870, Attilio Fiandrotti)
This commit is contained in:
parent
192f2ec215
commit
40e359d893
@ -1,3 +1,9 @@
|
||||
2006-10-09 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state):
|
||||
Update the docs to state which out parameters may be NULL.
|
||||
(#360870, Attilio Fiandrotti)
|
||||
|
||||
2006-10-08 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkprintunixdialog.c (update_dialog_from_capabilities): Fix
|
||||
|
@ -874,8 +874,8 @@ gdk_keymap_get_entries_for_keyval (GdkKeymap *keymap,
|
||||
* gdk_keymap_get_entries_for_keycode:
|
||||
* @keymap: a #GdkKeymap or %NULL to use the default keymap
|
||||
* @hardware_keycode: a keycode
|
||||
* @keys: return location for array of #GdkKeymapKey, or NULL
|
||||
* @keyvals: return location for array of keyvals, or NULL
|
||||
* @keys: return location for array of #GdkKeymapKey, or %NULL
|
||||
* @keyvals: return location for array of keyvals, or %NULL
|
||||
* @n_entries: length of @keys and @keyvals
|
||||
*
|
||||
* Returns the keyvals bound to @hardware_keycode.
|
||||
@ -1301,11 +1301,11 @@ translate_keysym (GdkKeymapX11 *keymap_x11,
|
||||
* @hardware_keycode: a keycode
|
||||
* @state: a modifier state
|
||||
* @group: active keyboard group
|
||||
* @keyval: return location for keyval
|
||||
* @effective_group: return location for effective group
|
||||
* @level: return location for level
|
||||
* @consumed_modifiers: return location for modifiers that were used to determine the group or level
|
||||
*
|
||||
* @keyval: return location for keyval, or %NULL
|
||||
* @effective_group: return location for effective group, or %NULL
|
||||
* @level: return location for level, or %NULL
|
||||
* @consumed_modifiers: return location for modifiers that were used to
|
||||
* determine the group or level, or %NULL
|
||||
*
|
||||
* Translates the contents of a #GdkEventKey into a keyval, effective
|
||||
* group, and level. Modifiers that affected the translation and
|
||||
|
Loading…
Reference in New Issue
Block a user