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