Method
PurpleContactInfoget_presence
unstable since: 3.0
Declaration [src]
PurplePresence*
purple_contact_info_get_presence (
PurpleContactInfo* info
)
Description [src]
Gets the PurplePresence
for info
.
Available since: 3.0
Gets property | Purple.ContactInfo:presence |
Return value
Type: PurplePresence
The presence for info
if one is
set, otherwise NULL
.
The returned data is owned by the instance. |
The return value can be NULL . |