Constructor

PurpleAuthorizationRequestNotificationnew

since: 3.0

Declaration [src]

PurpleNotification*
purple_authorization_request_notification_new (
  PurpleAuthorizationRequest* request
)

Description [src]

Creates a new PurpleNotification for request.

Available since: 3.0

Parameters

request

Type: PurpleAuthorizationRequest

The authorization request instance.

The data is owned by the caller of the function.

Return value

Type: PurpleNotification

The new notification.

The caller of the function takes ownership of the data, and is responsible for freeing it.