mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 14:00:09 +00:00
EventControllerKey: Remove wrong signal arg, which
caused the resulting parameter to be called keyval, but it must be state
This commit is contained in:
parent
4e6a04152b
commit
7e7aa17484
@ -233,7 +233,6 @@ gtk_event_controller_key_class_init (GtkEventControllerKeyClass *klass)
|
||||
/**
|
||||
* GtkEventControllerKey::modifiers:
|
||||
* @controller: the object which received the signal.
|
||||
* @keyval: the released key.
|
||||
* @state: the bitmask, representing the new state of modifier keys and
|
||||
* pointer buttons. See `GdkModifierType`.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user