Function
PurpleCommandManagerget_default_as_model
unstable since: 3.0
Declaration [src]
GListModel*
purple_command_manager_get_default_as_model (
void
)
Description [src]
Gets the default instance of the manager but cast to GListModel
.
Available since: 3.0
Return value
Type: A list model of GObject
The manager cast as a GListModel
.
The data is owned by the called function. |