mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 23:24:16 +00:00
Merge branch 'search-delay-versions' into 'main'
Fix GtkSearchEntry:search-delay docs See merge request GNOME/gtk!4585
This commit is contained in:
commit
adc4009354
@ -328,6 +328,8 @@ gtk_search_entry_class_init (GtkSearchEntryClass *klass)
|
|||||||
*
|
*
|
||||||
* The delay in milliseconds from last keypress to the search
|
* The delay in milliseconds from last keypress to the search
|
||||||
* changed signal.
|
* changed signal.
|
||||||
|
*
|
||||||
|
* Since: 4.8
|
||||||
*/
|
*/
|
||||||
props[PROP_SEARCH_DELAY] =
|
props[PROP_SEARCH_DELAY] =
|
||||||
g_param_spec_uint ("search-delay",
|
g_param_spec_uint ("search-delay",
|
||||||
@ -798,7 +800,7 @@ gtk_search_entry_get_key_capture_widget (GtkSearchEntry *entry)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gtk_search_entry_set_searcH-delay:
|
* gtk_search_entry_set_search_delay:
|
||||||
* @entry: a `GtkSearchEntry`
|
* @entry: a `GtkSearchEntry`
|
||||||
* @delay: a delay in milliseconds
|
* @delay: a delay in milliseconds
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user