Constructor
PidginRequestPagenew
unstable since: 3.0
Declaration [src]
GtkWidget*
pidgin_request_page_new (
GtkApplication* application,
PurpleRequestPage* request_page
)
Parameters
application-
Type:
GtkApplicationAn optional application.
The argument can be NULL.The data is owned by the caller of the function. request_page-
Type:
PurpleRequestPageThe 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. |