Method
PurpleContactInfoset_email
unstable since: 3.0
[−]
Declaration [src]
void
purple_contact_info_set_email (
PurpleContactInfo* info,
const char* email
)
[−]
Description [src]
Sets the primary email address for info
.
Available since: 3.0
Sets property | Purple.ContactInfo:email |
[−]
Parameters
email
-
Type:
const char*
The new email address.
The argument can be NULL
.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.