Add missing Since marker to GtkSearchEntry:input-hints

This commit is contained in:
Sebastian Dröge
2024-02-26 10:53:05 +02:00
parent ff57cd9331
commit d919ed4e4b

View File

@@ -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,