Method
PurpleAddContactRequestset_message
unstable since: 3.0
[−]
Declaration [src]
void
purple_add_contact_request_set_message (
PurpleAddContactRequest* request,
const char* message
)
[−]
Description [src]
Sets an optional message from remote user, that the user interface can display to the end user.
Available since: 3.0
Sets property | Purple.AddContactRequest:message |
[−]
Parameters
message
-
Type:
const char*
An optional message from the remote user.
The argument can be NULL
.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.