projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a8cb27
)
Add version marker to GtkSearchEntry:search-delay property
author
Sebastian Dröge
<sebastian@centricular.com>
Sat, 19 Mar 2022 09:56:05 +0000
(11:56 +0200)
committer
Sebastian Dröge
<sebastian@centricular.com>
Sat, 19 Mar 2022 09:56:05 +0000
(11:56 +0200)
gtk/gtksearchentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtksearchentry.c
b/gtk/gtksearchentry.c
index 382319c7126dee789399a8c4fdd96c5a4b12e127..d583ca0d90a739921f7ed710b9b9d71861c375aa 100644
(file)
--- 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",