summaryrefslogtreecommitdiff
path: root/gtk/gtkshortcutaction.h
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/gtkshortcutaction.h
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/gtkshortcutaction.h')
-rw-r--r--gtk/gtkshortcutaction.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkshortcutaction.h b/gtk/gtkshortcutaction.h
index 2fa2760324..9c874a641b 100644
--- a/gtk/gtkshortcutaction.h
+++ b/gtk/gtkshortcutaction.h
@@ -132,6 +132,9 @@ GtkShortcutAction * gtk_activate_action_get (void);
* GtkSignalAction:
*
* A #GtkShortcutAction that emits a signal.
+ *
+ * Signals that are used in this way are referred to as keybinding signals,
+ * and they are expected to be defined with the %G_SIGNAL_ACTION flag.
*/
GDK_AVAILABLE_IN_ALL
GDK_DECLARE_INTERNAL_TYPE (GtkSignalAction, gtk_signal_action, GTK, SIGNAL_ACTION, GtkShortcutAction)