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/gtksearchentry.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/gtksearchentry.c')
-rw-r--r-- | gtk/gtksearchentry.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtksearchentry.c b/gtk/gtksearchentry.c index 86338ee3b4..5fc31bf9e4 100644 --- a/gtk/gtksearchentry.c +++ b/gtk/gtksearchentry.c @@ -338,7 +338,7 @@ gtk_search_entry_class_init (GtkSearchEntryClass *klass) * GtkSearchEntry::next-match: * @entry: the entry on which the signal was emitted * - * The ::next-match signal is a [keybinding signal][GtkBindingSignal] + * The ::next-match signal is a [keybinding signal][GtkSignalAction] * which gets emitted when the user initiates a move to the next match * for the current search string. * @@ -360,7 +360,7 @@ gtk_search_entry_class_init (GtkSearchEntryClass *klass) * GtkSearchEntry::previous-match: * @entry: the entry on which the signal was emitted * - * The ::previous-match signal is a [keybinding signal][GtkBindingSignal] + * The ::previous-match signal is a [keybinding signal][GtkSignalAction] * which gets emitted when the user initiates a move to the previous match * for the current search string. * @@ -382,7 +382,7 @@ gtk_search_entry_class_init (GtkSearchEntryClass *klass) * GtkSearchEntry::stop-search: * @entry: the entry on which the signal was emitted * - * The ::stop-search signal is a [keybinding signal][GtkBindingSignal] + * The ::stop-search signal is a [keybinding signal][GtkSignalAction] * which gets emitted when the user stops a search via keyboard input. * * Applications should connect to it, to implement hiding the search |