Function

Purplenotify_is_valid_ui_handle

since: 3.0

Declaration [src]

gboolean
purple_notify_is_valid_ui_handle (
  void* ui_handle,
  PurpleNotifyType* type
)

Description [src]

Checks, if passed UI handle is valid.

Available since: 3.0

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: PurpleNotifyType

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.