Function
Pidginrequest_get_dialog_window
unstable since: 3.0
Declaration [src]
GtkWindow*
pidgin_request_get_dialog_window (
void* ui_handle
)
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. |