Function

Pidginrequest_get_dialog_window

since: 3.0

Declaration [src]

GtkWindow*
pidgin_request_get_dialog_window (
  void* ui_handle
)

Description [src]

Gets dialog window for specified libpurple request.

Available since: 3.0

Parameters

ui_handle

Type: void*

The UI handle.

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

Return value

Type: GtkWindow

The dialog window.

The data is owned by the called function.