Function
Purplenotify_is_valid_ui_handle
Declaration [src]
gboolean
purple_notify_is_valid_ui_handle (
void* ui_handle,
PurpleNotifyType* type
)
Parameters
ui_handle |
void* |
The UI handle. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
type |
PurpleNotifyType |
The pointer to variable, where request type may be stored
(may be |
|
The data is owned by the caller of the function. |