Function
Purplerequest_cpar_set_parent_from
unstable since: 3.0
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.
Available since: 3.0
Parameters
cpar
-
Type:
PurpleRequestCommonParameters
The parameters set.
The data is owned by the caller of the function. ui_handle
-
Type:
gpointer
The UI handle.
The argument can be NULL
.The data is owned by the caller of the function.