Signal

RBSearchEntry::activate

Declaration

void
activate (
  RBSearchEntry* self,
  gchar* text,
  gpointer user_data
)

Description [src]

Emitted when the entry is activated.

Default handler:

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

Parameters

text

Type: gchar*

Search text.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.