Enumeration

PurpleFileTransferState

Declaration

enum Purple.FileTransferState

Description [src]

The possible states that a file transfer can be in.

Members

PURPLE_FILE_TRANSFER_STATE_UNKNOWN

The transfer is in an unknown state.

  • Value: 0
  • Available since: 3.0
PURPLE_FILE_TRANSFER_STATE_NEGOTIATING

The transfer is still being negotiated. This includes determining who’s actually sending as well as waiting for the receiving user to select a destination file.

  • Value: 1
  • Available since: 3.0
PURPLE_FILE_TRANSFER_STATE_STARTED

The transfer is in progress.

  • Value: 2
  • Available since: 3.0
PURPLE_FILE_TRANSFER_STATE_FINISHED

The transfer has completed successfully.

  • Value: 3
  • Available since: 3.0
PURPLE_FILE_TRANSFER_STATE_FAILED

The transfer failed.

  • Value: 4
  • Available since: 3.0