Function
Purplerequest_add_close_notify
unstable since: 3.0
[−]
Declaration [src]
void
purple_request_add_close_notify (
void* ui_handle,
GDestroyNotify notify,
gpointer notify_data
)
[−]
Description [src]
Adds a function called when notification dialog is closed.
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. notify
-
Type:
GDestroyNotify
The function to be called.
notify_data
-
Type:
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.