Signal

GtkSearchEntry::previous-match

since: 3.16

Declaration

void
previous_match (
  GtkSearchEntry* self,
  gpointer user_data
)

Description [src]

The ::previous-match signal is a [keybinding signal][GtkBindingSignal] which gets emitted when the user initiates a move to the previous match for the current search string.

Applications should connect to it, to implement moving between matches.

The default bindings for this signal is Ctrl-Shift-g.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Signal can be directly emitted on objects from user code
Available since: 3.16