Method

PurpleAuthorizationRequestdeny

since: 3.0

Declaration [src]

void
purple_authorization_request_deny (
  PurpleAuthorizationRequest* request,
  const gchar* 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 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.