* @controller: the object which received the signal.
* @keyval: the pressed key.
* @keycode: the raw code of the pressed key.
- * @state: the bitmask, representing the state of modifier keys and pointer buttons. See `GdkModifierType`.
+ * @state: the bitmask, representing the state of modifier keys and pointer buttons.
*
* Emitted whenever a key is pressed.
*
* @controller: the object which received the signal.
* @keyval: the released key.
* @keycode: the raw code of the released key.
- * @state: the bitmask, representing the state of modifier keys and pointer buttons. See `GdkModifierType`.
+ * @state: the bitmask, representing the state of modifier keys and pointer buttons.
*
* Emitted whenever a key is released.
*/
* GtkEventControllerKey::modifiers:
* @controller: the object which received the signal.
* @state: the bitmask, representing the new state of modifier keys and
- * pointer buttons. See `GdkModifierType`.
+ * pointer buttons.
*
* Emitted whenever the state of modifier keys and pointer buttons change.
*/