Constructor

PidginRequestPagenew

unstable since: 3.0

Declaration [src]

GtkWidget*
pidgin_request_page_new (
  GtkApplication* application,
  PurpleRequestPage* request_page
)

Description [src]

Creates a new dialog displaying a request page to the user.

Available since: 3.0

Parameters

application

Type: GtkApplication

An optional application.

The argument can be NULL.
The data is owned by the caller of the function.
request_page

Type: PurpleRequestPage

The request page to display.

The data is owned by the caller of the function.

Return value

Type: PidginRequestPage

The new dialog.

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