Method

PurpleScheduledTaskset_subtitle

unstable since: 3.0

Declaration [src]

void
purple_scheduled_task_set_subtitle (
  PurpleScheduledTask* task,
  const char* subtitle
)

Description [src]

Sets the subtitle for the task.

Available since: 3.0

Parameters

subtitle

Type: const char*

The new subtitle.

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