Signal
PurpleScheduler::execute-task
unstable since: 3.0
Declaration
void
execute_task (
PurpleScheduler* self,
PurpleScheduledTask* task,
gchar* task_type,
gpointer user_data
)
Description [src]
Emitted when a task is being executed.
This signal supports details on PurpleScheduledTask:task-type
to
make it easier to listen for specific task types being executed.
Default handler: The default handler is called after the handlers added via |
The signal can be detailed |
Available since: 3.0 |
Parameters
task
-
Type:
PurpleScheduledTask
The task being executed.
The data is owned by the caller of the function. task_type
-
Type:
gchar*
The task type.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.