Function
PurpleBadgeManagerget_default
unstable since: 3.0
Declaration [src]
PurpleBadgeManager*
purple_badge_manager_get_default (
void
)
Description [src]
Gets the default instance of PurpleBadgeManager
.
This instance can be used for any of the API including connecting to signals.
Available since: 3.0
Return value
Type: PurpleBadgeManager
The default instance.
The data is owned by the called function. |