Function

PurpleRequestCancelCb

Declaration

void
(* PurpleRequestCancelCb) (
  gpointer data
)

Description [src]

A callback that’s used to handle cancel actions.

Parameters

data

Type: gpointer

User-data.

The argument can be NULL.
The data is owned by the caller of the function.