Function
Purplerequest_add_close_notify
Declaration [src]
void
purple_request_add_close_notify (
void* ui_handle,
GDestroyNotify notify,
gpointer notify_data
)
Parameters
ui_handle |
void* |
The UI handle. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
notify |
GDestroyNotify |
The function to be called. |
|
notify_data |
gpointer |
The data to be passed to the callback function. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |