Function
PurpleSchedulerget_default
unstable since: 3.0
Declaration [src]
PurpleScheduler*
purple_scheduler_get_default (
void
)
Description [src]
Gets the default scheduler.
This can return NULL
if libpurple has not been initialized.
Available since: 3.0
Return value
Type: PurpleScheduler
The default scheduler.
The data is owned by the called function. |
The return value can be NULL . |