Method
PurpleAuthorizationRequestset_message
unstable since: 3.0
[−]
Declaration [src]
void
purple_authorization_request_set_message (
PurpleAuthorizationRequest* 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.AuthorizationRequest: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.