Function

PurpleRequestFieldsCb

[]

Declaration

void
(* PurpleRequestFieldsCb) (
  void* data,
  PurpleRequestPage* page
)
[]

Description [src]

The type of callbacks passed to purple_request_fields().

[]

Parameters

data

Type: void*

User data.

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

Type: PurpleRequestPage

The page.

The data is owned by the caller of the function.