Signal
TalkatuActionGroup::action-activated
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 |
| The signal can be emitted directly |
Parameters
arg1-
Type:
GActionThe
GActionthat 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.