Signal

IdeEntryPopover::activate

Declaration

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

Description

This signal is emitted when the popover’s forward button is activated. Connect to this signal to perform your forward progress.

Default handler:

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

Parameters

text

Type: gchar*

The text at the time of activation.

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