FileTransferStateChangeReason
Description:
[ CCode ( cprefix = "TP_FILE_TRANSFER_STATE_CHANGE_REASON_" , has_type_id = false ) ]
public enum FileTransferStateChangeReason
Bitfield/set of flags generated from the Telepathy specification.
Content:
Enum values:
- LOCAL_ERROR -
The file transfer was cancelled because of a local error.
- LOCAL_STOPPED -
The file transfer was cancelled by the local user.
- NONE -
No reason was specified.
- REMOTE_ERROR -
The file transfer was cancelled because of a remote error.
- REMOTE_STOPPED -
The file transfer was cancelled by the remote user.
- REQUESTED -
The change in state was requested.