diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-11-16 22:58:53 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-11-17 07:34:52 -0500 |
commit | 2ef72442ec2608e8836ba81b6f8033c92e3482f6 (patch) | |
tree | c8ac2a1d8ec391661e527663d83f32742ffae8dd /gtk/gtklabel.c | |
parent | 3bc2bf40a8d9d8d0f3e64a8ae2ec5ef5b8cf6f7b (diff) | |
download | gtk+-2ef72442ec2608e8836ba81b6f8033c92e3482f6.tar.gz |
docs: Fix the links for keybinding signals
GtkBindingSignal does not exist anymore, so link to
GtkSignalAction for an explanation of keybinding signals.
Diffstat (limited to 'gtk/gtklabel.c')
-rw-r--r-- | gtk/gtklabel.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c index 3e6cd97bb9..4e17a5ba1b 100644 --- a/gtk/gtklabel.c +++ b/gtk/gtklabel.c @@ -634,7 +634,7 @@ gtk_label_class_init (GtkLabelClass *class) * @extend_selection: %TRUE if the move should extend the selection * * The ::move-cursor signal is a - * [keybinding signal][GtkBindingSignal] + * [keybinding signal][GtkSignalAction] * which gets emitted when the user initiates a cursor movement. * If the cursor is not visible in @entry, this signal causes * the viewport to be moved instead. @@ -668,7 +668,7 @@ gtk_label_class_init (GtkLabelClass *class) * @self: the object which received the signal * * The ::copy-clipboard signal is a - * [keybinding signal][GtkBindingSignal] + * [keybinding signal][GtkSignalAction] * which gets emitted to copy the selection to the clipboard. * * The default binding for this signal is Ctrl-c. @@ -686,7 +686,7 @@ gtk_label_class_init (GtkLabelClass *class) * GtkLabel::activate-current-link: * @self: The label on which the signal was emitted * - * A [keybinding signal][GtkBindingSignal] + * A [keybinding signal][GtkSignalAction] * which gets emitted when the user activates a link in the label. * * Applications may also emit the signal with g_signal_emit_by_name() |