Function

PurpleRequestHelpCb

unstable since: 3.0

Declaration

void
(* PurpleRequestHelpCb) (
  gpointer data
)

Description [src]

The type of callback passed to purple_request_cpar_set_help_cb().

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.