Add version marker to GtkSearchEntry:search-delay property
authorSebastian Dröge <sebastian@centricular.com>
Sat, 19 Mar 2022 09:56:05 +0000 (11:56 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 19 Mar 2022 09:56:05 +0000 (11:56 +0200)
gtk/gtksearchentry.c

index 382319c7126dee789399a8c4fdd96c5a4b12e127..d583ca0d90a739921f7ed710b9b9d71861c375aa 100644 (file)
@@ -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",