Virtual Method

PurpleUiget_scheduler_backend

unstable since: 3.0

Declaration [src]

PurpleSchedulerBackend*
get_scheduler_backend (
  PurpleUi* ui
  GError** error
)

Description [src]

Gets the PurpleSchedulerBackend that the user interface wants to use.

Note: This should typically only be called by libpurple. If this returns NULL, then libpurple will not be able to persist scheduled tasks.

Available since: 3.0

Return value

Type: PurpleSchedulerBackend

The new scheduler backend.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.