Function

PurpleSchedulerget_default_as_model

unstable since: 3.0

Declaration [src]

GListModel*
purple_scheduler_get_default_as_model (
  void
)

Description [src]

Gets the default scheduler cast to a GListModel.

This can return NULL if libpurple has not been initialized.

Available since: 3.0

Return value

Type: A list model of GObject

The default scheduler as a list model.

The data is owned by the called function.
The return value can be NULL.