Function
Purplerequest_cpar_set_parent_from
Declaration [src]
void
purple_request_cpar_set_parent_from (
PurpleRequestCommonParameters* cpar,
gpointer ui_handle
)
Description [src]
Sets the same parent window for this dialog, as the parent of specified Notify API or Request API dialog UI handle.
Parameters
cpar |
PurpleRequestCommonParameters |
The parameters set. |
|
The data is owned by the caller of the function. | |
ui_handle |
gpointer |
The UI handle. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |