Class
PurpleScheduledTask
unstable since: 3.0
Description [src]
final class Purple.ScheduledTask : GObject.Object
{
/* No available fields */
}
An object that represents a scheduled task.
Available since: 3.0
Instance methods
purple_scheduled_task_get_cancellable
Gets whether or not the task can be cancelled by the user.
unstable since: 3.0
purple_scheduled_task_get_execute_at
Gets the date time when the task will execute.
unstable since: 3.0
purple_scheduled_task_get_persistent
Gets whether or not the task will be remembered across invocations of the program.
unstable since: 3.0
purple_scheduled_task_schedule_relative
Schedules the task with a relative time.
unstable since: 3.0
purple_scheduled_task_set_persistent
Sets whether the task should be remembered across invocations or not.
unstable since: 3.0
Properties
Purple.ScheduledTask:cancellable
Whether or not the task can be cancelled by the user.
unstable since: 3.0
Purple.ScheduledTask:persistent
Whether or not the task should remembered across invocations of the program.
unstable since: 3.0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.