signal callback delegate or function to connect
void callback(gtk.search_entry.SearchEntry searchEntry)
searchEntry the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to StopSearch signal.
Emitted when the user stops a search via keyboard input.
This is a keybinding signal.
Applications should connect to it, to implement hiding the search entry in this case.
The default bindings for this signal is Escape.