Function

Purplerequest_is_valid_ui_handle

Declaration [src]

gboolean
purple_request_is_valid_ui_handle (
  void* ui_handle,
  PurpleRequestType* type
)

Description [src]

Checks, if passed UI handle is valid.

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.

Return value

Type: gboolean

TRUE, if handle is valid, FALSE otherwise.