FileTransferState
Description:
[ CCode ( cprefix = "TP_FILE_TRANSFER_STATE_" , has_type_id = false ) ]
public enum FileTransferState
Bitfield/set of flags generated from the Telepathy specification.
Content:
Enum values:
- ACCEPTED - The
receiver has accepted the transfer.
- CANCELLED -
The file transfer has been cancelled.
- COMPLETED -
The file transfer has been completed successfully.
- NONE - An invalid
state type used as a null value.
- OPEN - The file
transfer is open for traffic.
- PENDING - The
file transfer is waiting to be accepted/closed by the receiver.