Function

PurpleRequestChoiceCb

Declaration

void
(* PurpleRequestChoiceCb) (
  void* data,
  gpointer value
)

Description [src]

The type of callbacks passed to purple_request_choice(). The first argument is the user_data parameter; the second is the values of those choice.

Parameters

data

Type: void*

User-data.

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

Type: gpointer

The choice that was made.

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