From d919ed4e4bdb2afa56742fcb8ffb6719e967c3f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 26 Feb 2024 10:53:05 +0200 Subject: [PATCH] Add missing `Since` marker to `GtkSearchEntry:input-hints` --- gtk/gtksearchentry.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtk/gtksearchentry.c b/gtk/gtksearchentry.c index 6f7bf5321e..6ffafeb032 100644 --- a/gtk/gtksearchentry.c +++ b/gtk/gtksearchentry.c @@ -473,6 +473,8 @@ gtk_search_entry_class_init (GtkSearchEntryClass *klass) * * The purpose for the `GtkSearchEntry` input used to alter the * behaviour of input methods. + * + * Since: 4.14 */ props[PROP_INPUT_PURPOSE] = g_param_spec_enum ("input-purpose", NULL, NULL, @@ -485,6 +487,8 @@ gtk_search_entry_class_init (GtkSearchEntryClass *klass) * * The hints about input for the `GtkSearchEntry` used to alter the * behaviour of input methods. + * + * Since: 4.14 */ props[PROP_INPUT_HINTS] = g_param_spec_flags ("input-hints", NULL, NULL,