Function
Purplerequest_is_valid_ui_handle
unstable since: 3.0
Declaration [src]
gboolean
purple_request_is_valid_ui_handle (
void* ui_handle,
PurpleRequestType* type
)
Parameters
ui_handle
-
Type:
void*
The UI handle.
The argument can be NULL
.The data is owned by the caller of the function. type
-
Type:
PurpleRequestType
The pointer to variable, where request type may be stored (may be
NULL
).The data is owned by the caller of the function.