EventControllerKey: Remove wrong signal arg, which

caused the resulting parameter to be called keyval, but it must be state
This commit is contained in:
Daniel Boles 2023-07-14 14:22:25 +01:00
parent 4e6a04152b
commit 7e7aa17484

View File

@ -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`.
*