From 2ef72442ec2608e8836ba81b6f8033c92e3482f6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 16 Nov 2020 22:58:53 -0500 Subject: docs: Fix the links for keybinding signals GtkBindingSignal does not exist anymore, so link to GtkSignalAction for an explanation of keybinding signals. --- gtk/gtksearchentry.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk/gtksearchentry.c') 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 -- cgit v1.2.1