Function

PurpleRequestFileCb

Declaration

void
(* PurpleRequestFileCb) (
  void* data,
  const char* filename
)

Description [src]

The type of callbacks passed to purple_request_file().

Parameters

data

Type: void*

User data.

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

Type: const char*

The filename.

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