_PurpleXfer Struct Reference
A core representation of a file transfer.
More...
#include <ft.h>
Detailed Description
A core representation of a file transfer.
Definition at line 134 of file ft.h.
Field Documentation
The account.
Definition at line 139 of file ft.h.
The number of bytes remaining.
Definition at line 159 of file ft.h.
The number of bytes sent.
Definition at line 158 of file ft.h.
This gradually increases for fast network connections.
Definition at line 163 of file ft.h.
prpl-specific data.
Definition at line 188 of file ft.h.
The destination file pointer.
Definition at line 149 of file ft.h.
When the transfer of data ended.
Definition at line 161 of file ft.h.
The socket file descriptor.
Definition at line 155 of file ft.h.
The name sent over the network.
Definition at line 145 of file ft.h.
The name on the local hard drive.
Definition at line 146 of file ft.h.
The local port.
Definition at line 152 of file ft.h.
I/O operations, which should be set by the prpl using purple_xfer_set_init_fnc() and friends.
Setting init is mandatory; all others are optional.
The reference count.
Definition at line 136 of file ft.h.
The remote IP address.
Definition at line 151 of file ft.h.
The remote port.
Definition at line 153 of file ft.h.
The size of the file.
Definition at line 147 of file ft.h.
When the transfer of data began.
Definition at line 160 of file ft.h.
File Transfer's status.
Definition at line 166 of file ft.h.
The type of transfer.
Definition at line 137 of file ft.h.
UI-specific data.
Definition at line 186 of file ft.h.
UI-specific operations.
Definition at line 185 of file ft.h.
Watcher.
Definition at line 156 of file ft.h.
The person on the other end of the transfer.
Definition at line 141 of file ft.h.
The documentation for this struct was generated from the following file: