Method

PurpleFileTransferset_local_file

unstable since: 3.0

Declaration [src]

void
purple_file_transfer_set_local_file (
  PurpleFileTransfer* transfer,
  GFile* local_file
)

Description [src]

Sets the local file of transfer to local_file.

Available since: 3.0

Parameters

local_file

Type: GFile

The new local file.

The data is owned by the caller of the method.