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/gtkinfobar.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/gtkinfobar.c')
-rw-r--r-- | gtk/gtkinfobar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkinfobar.c b/gtk/gtkinfobar.c index 2a01b33272..6cfd14aaa7 100644 --- a/gtk/gtkinfobar.c +++ b/gtk/gtkinfobar.c @@ -403,7 +403,7 @@ gtk_info_bar_class_init (GtkInfoBarClass *klass) * GtkInfoBar::close: * * The ::close signal is a - * [keybinding signal][GtkBindingSignal] + * [keybinding signal][GtkSignalAction] * which gets emitted when the user uses a keybinding to dismiss * the info bar. * |