From: Daniel Boles Date: Fri, 14 Jul 2023 13:22:57 +0000 (+0100) Subject: EventControllerKey: Remove redundant/unliked "See" X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~61^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8c4245da2fda8577ce927e953be28e02d00bf170;p=gtk4.git EventControllerKey: Remove redundant/unliked "See" Saying "See [Thing]" is not very helpful without it being a link to Thing, and we already get that for free as the "Type:" of the param. --- diff --git a/gtk/gtkeventcontrollerkey.c b/gtk/gtkeventcontrollerkey.c index 8279e42b4f..0ca3ac29bc 100644 --- a/gtk/gtkeventcontrollerkey.c +++ b/gtk/gtkeventcontrollerkey.c @@ -193,7 +193,7 @@ gtk_event_controller_key_class_init (GtkEventControllerKeyClass *klass) * @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. * @@ -215,7 +215,7 @@ gtk_event_controller_key_class_init (GtkEventControllerKeyClass *klass) * @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. */ @@ -234,7 +234,7 @@ gtk_event_controller_key_class_init (GtkEventControllerKeyClass *klass) * 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. */