Function

PurpleRequestInputCb

Declaration

void
(* PurpleRequestInputCb) (
  void* data,
  const char* value
)

Description [src]

The type of callback passed to purple_request_input().

Parameters

data

Type: void*

User data.

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

Type: const char*

The value that was input.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.