FileTransfer

Constructors

this
this(DzlFileTransfer* dzlFileTransfer, bool ownedRef = false)

Sets our main struct and passes it to the parent class.

this
this()

Members

Functions

add
void add(FileIF src, FileIF dest)
execute
bool execute(int ioPriority, Cancellable cancellable)
executeAsync
void executeAsync(int ioPriority, Cancellable cancellable, GAsyncReadyCallback callback, void* userData)
executeFinish
bool executeFinish(AsyncResultIF result)
getFileTransferStruct
DzlFileTransfer* getFileTransferStruct(bool transferOwnership = false)

Get the main Gtk struct

getFlags
DzlFileTransferFlags getFlags()
getProgress
double getProgress()
getStruct
void* getStruct()

the main Gtk struct as a void*

setFlags
void setFlags(DzlFileTransferFlags flags)
stat
void stat(out DzlFileTransferStat statBuf)

Gets statistics about the transfer progress.

Static functions

getType
GType getType()

Variables

dzlFileTransfer
DzlFileTransfer* dzlFileTransfer;

the main Gtk struct

Meta