Signal
PurpleAuthorizationRequest::denied
unstable since: 3.0
[−]
Declaration
void
denied (
PurpleAuthorizationRequest* self,
gchar* message,
gpointer user_data
)
[−]
Description [src]
Emitted when the user has denied request
. This is typically emitted
by the user interface calling purple_authorization_request_deny()
.
Default handler: The default handler is called after the handlers added via |
Available since: 3.0 |
[−]
Parameters
message
-
Type:
gchar*
An optional denial message.
The argument can be NULL
.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.