summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.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/gtkwindow.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/gtkwindow.c')
-rw-r--r--gtk/gtkwindow.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c
index 085e54b788..fe0e3fdf83 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -932,7 +932,7 @@ gtk_window_class_init (GtkWindowClass *klass)
* @window: the window which received the signal
*
* The ::activate-focus signal is a
- * [keybinding signal][GtkBindingSignal]
+ * [keybinding signal][GtkSignalAction]
* which gets emitted when the user activates the currently
* focused widget of @window.
*/
@@ -951,7 +951,7 @@ gtk_window_class_init (GtkWindowClass *klass)
* @window: the window which received the signal
*
* The ::activate-default signal is a
- * [keybinding signal][GtkBindingSignal]
+ * [keybinding signal][GtkSignalAction]
* which gets emitted when the user activates the default widget
* of @window.
*/
@@ -987,7 +987,7 @@ gtk_window_class_init (GtkWindowClass *klass)
* @window: the window on which the signal is emitted
* @toggle: toggle the debugger
*
- * The ::enable-debugging signal is a [keybinding signal][GtkBindingSignal]
+ * The ::enable-debugging signal is a [keybinding signal][GtkSignalAction]
* which gets emitted when the user enables or disables interactive
* debugging. When @toggle is %TRUE, interactive debugging is toggled
* on or off, when it is %FALSE, the debugger will be pointed at the