Method
PurpleAuthorizationRequestdeny
unstable since: 3.0
[−]
Declaration [src]
void
purple_authorization_request_deny (
PurpleAuthorizationRequest* request,
const char* message
)
[−]
Description [src]
Emits the PurpleAuthorizationRequest::denied
signal. This is typically
called by the user interface when the user has clicked the deny button.
If this is called multiple times, or called after
purple_authorization_request_accept()
then this does nothing.
Available since: 3.0
[−]
Parameters
message
-
Type:
const char*
An optional denial message.
The argument can be NULL
.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.