Signal

TalkatuActionGroup::action-activated

since: 0.0

Declaration

void
action_activated (
  TalkatuActionGroup* self,
  GAction* arg1,
  gchar* user_data,
  gpointer user_data
)

Description [src]

Emitted when one of the actions in talkatuactiongroup are activated. This is a convenience signal so people don’t have to connect to every action themselves.

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: 0.0

Parameters

arg1

Type: GAction

The GAction that was activated.

The data is owned by the caller of the function.
user_data

Type: gchar*

User supplied data.

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