Function
PurpleContactManagerget_default
unstable since: 3.0
Declaration [src]
PurpleContactManager*
purple_contact_manager_get_default (
void
)
Description [src]
Gets the default instance of PurpleContactManager
.
Typically this will be the main way for everyone to access the contact manager.
Available since: 3.0
Return value
Type: PurpleContactManager
The default PurpleContactManager
instance.
The data is owned by the called function. |