Method

PurpleSchedulerremove_task

unstable since: 3.0

Declaration [src]

gboolean
purple_scheduler_remove_task (
  PurpleScheduler* scheduler,
  const char* id
)

Description [src]

Removes a task from the scheduler.

If the task is found and currently scheduled, it will be cancelled.

Available since: 3.0

Parameters

id

Type: const char*

The id of the task.

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

Return value

Type: gboolean

True if the task was found and removed.