Function

PurpleRequestCancelCb

unstable since: 3.0

Declaration

void
(* PurpleRequestCancelCb) (
  gpointer data
)

Description [src]

A callback that’s used to handle cancel actions.

Available since: 3.0

Parameters

data

Type: gpointer

User-data.

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