diff --git a/gtk/gtksearchentry.c b/gtk/gtksearchentry.c index 83712e509d..d583ca0d90 100644 --- a/gtk/gtksearchentry.c +++ b/gtk/gtksearchentry.c @@ -328,6 +328,8 @@ gtk_search_entry_class_init (GtkSearchEntryClass *klass) * * The delay in milliseconds from last keypress to the search * changed signal. + * + * Since: 4.8 */ props[PROP_SEARCH_DELAY] = g_param_spec_uint ("search-delay", @@ -798,7 +800,7 @@ gtk_search_entry_get_key_capture_widget (GtkSearchEntry *entry) } /** - * gtk_search_entry_set_searcH-delay: + * gtk_search_entry_set_search_delay: * @entry: a `GtkSearchEntry` * @delay: a delay in milliseconds *