Method

PurpleScheduledTaskget_id

unstable since: 3.0

Declaration [src]

const char*
purple_scheduled_task_get_id (
  PurpleScheduledTask* task
)

Description [src]

Gets the id of the task.

Available since: 3.0

Return value

Type: const char*

The id of the task.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.