Method

PurpleXferrequest_accepted

Declaration [src]

void
purple_xfer_request_accepted (
  PurpleXfer* xfer,
  const gchar* filename
)

Description [src]

Called if the user accepts the file transfer request.

Parameters

filename

Type: const gchar*

The filename.

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