From f058a42bd35ab5f684a75bbb61ca6d4ea078c08a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 19 Mar 2022 11:56:05 +0200 Subject: [PATCH] Add version marker to GtkSearchEntry:search-delay property --- gtk/gtksearchentry.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/gtksearchentry.c b/gtk/gtksearchentry.c index 382319c712..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", -- 2.30.2