Constructor
PurpleSchedulernew
unstable since: 3.0
Declaration [src]
PurpleScheduler*
purple_scheduler_new (
void
)
Description [src]
Creates a new scheduler.
This is typically only used internally but may be useful to others.
Available since: 3.0
Return value
Type: PurpleScheduler
The new instance.
The caller of the function takes ownership of the data, and is responsible for freeing it. |