Method

PurpleXferset_filename

Declaration [src]

void
purple_xfer_set_filename (
  PurpleXfer* xfer,
  const char* filename
)

Description [src]

Sets the filename for the file transfer.

Sets propertyPurple.Xfer:filename

Parameters

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.