summaryrefslogtreecommitdiff
path: root/gtk/gtkshortcutswindow.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-11-16 22:58:53 -0500
committerMatthias Clasen <mclasen@redhat.com>2020-11-17 07:34:52 -0500
commit2ef72442ec2608e8836ba81b6f8033c92e3482f6 (patch)
treec8ac2a1d8ec391661e527663d83f32742ffae8dd /gtk/gtkshortcutswindow.c
parent3bc2bf40a8d9d8d0f3e64a8ae2ec5ef5b8cf6f7b (diff)
downloadgtk+-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/gtkshortcutswindow.c')
-rw-r--r--gtk/gtkshortcutswindow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkshortcutswindow.c b/gtk/gtkshortcutswindow.c
index 4eaa82a46e..ea0032bc26 100644
--- a/gtk/gtkshortcutswindow.c
+++ b/gtk/gtkshortcutswindow.c
@@ -775,7 +775,7 @@ gtk_shortcuts_window_class_init (GtkShortcutsWindowClass *klass)
* GtkShortcutsWindow::close:
*
* The ::close signal is a
- * [keybinding signal][GtkBindingSignal]
+ * [keybinding signal][GtkSignalAction]
* which gets emitted when the user uses a keybinding to close
* the window.
*
@@ -793,7 +793,7 @@ gtk_shortcuts_window_class_init (GtkShortcutsWindowClass *klass)
* GtkShortcutsWindow::search:
*
* The ::search signal is a
- * [keybinding signal][GtkBindingSignal]
+ * [keybinding signal][GtkSignalAction]
* which gets emitted when the user uses a keybinding to start a search.
*
* The default binding for this signal is Control-F.