forked from AuroraMiddleware/gtk
Merge branch 'matthiasc/for-main' into 'main'
search-entry: Add getter/setter annotation See merge request GNOME/gtk!4862
This commit is contained in:
commit
afe476c2e3
@ -794,7 +794,7 @@ gtk_search_entry_get_key_capture_widget (GtkSearchEntry *entry)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_search_entry_set_search_delay:
|
||||
* gtk_search_entry_set_search_delay: (attributes org.gtk.Property.set_property=search-delay)
|
||||
* @entry: a `GtkSearchEntry`
|
||||
* @delay: a delay in milliseconds
|
||||
*
|
||||
@ -821,7 +821,7 @@ gtk_search_entry_set_search_delay (GtkSearchEntry *entry,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_search_entry_get_search_delay
|
||||
* gtk_search_entry_get_search_delay: (attributes org.gtk.Property.get_property=search-delay)
|
||||
* @entry: a `GtkSearchEntry`
|
||||
*
|
||||
* Get the delay to be used between the last keypress and the
|
||||
|
Loading…
Reference in New Issue
Block a user