gi-dazzle-1.0.1: libdazzle bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Dazzle.Structs.FileTransferStat

Description

No description available in the introspection data.

Synopsis

Exported types

newtype FileTransferStat Source #

Memory-managed wrapper type.

Constructors

FileTransferStat (ManagedPtr FileTransferStat) 

Instances

Instances details
Eq FileTransferStat Source # 
Instance details

Defined in GI.Dazzle.Structs.FileTransferStat

BoxedPtr FileTransferStat Source # 
Instance details

Defined in GI.Dazzle.Structs.FileTransferStat

CallocPtr FileTransferStat Source # 
Instance details

Defined in GI.Dazzle.Structs.FileTransferStat

ManagedPtrNewtype FileTransferStat Source # 
Instance details

Defined in GI.Dazzle.Structs.FileTransferStat

tag ~ 'AttrSet => Constructible FileTransferStat tag Source # 
Instance details

Defined in GI.Dazzle.Structs.FileTransferStat

Methods

new :: MonadIO m => (ManagedPtr FileTransferStat -> FileTransferStat) -> [AttrOp FileTransferStat tag] -> m FileTransferStat

newZeroFileTransferStat :: MonadIO m => m FileTransferStat Source #

Construct a FileTransferStat struct initialized to zero.

Methods

Properties

nBytes

No description available in the introspection data.

getFileTransferStatNBytes :: MonadIO m => FileTransferStat -> m Int64 Source #

Get the value of the “n_bytes” field. When overloading is enabled, this is equivalent to

get fileTransferStat #nBytes

setFileTransferStatNBytes :: MonadIO m => FileTransferStat -> Int64 -> m () Source #

Set the value of the “n_bytes” field. When overloading is enabled, this is equivalent to

set fileTransferStat [ #nBytes := value ]

nBytesTotal

No description available in the introspection data.

getFileTransferStatNBytesTotal :: MonadIO m => FileTransferStat -> m Int64 Source #

Get the value of the “n_bytes_total” field. When overloading is enabled, this is equivalent to

get fileTransferStat #nBytesTotal

setFileTransferStatNBytesTotal :: MonadIO m => FileTransferStat -> Int64 -> m () Source #

Set the value of the “n_bytes_total” field. When overloading is enabled, this is equivalent to

set fileTransferStat [ #nBytesTotal := value ]

nDirs

No description available in the introspection data.

getFileTransferStatNDirs :: MonadIO m => FileTransferStat -> m Int64 Source #

Get the value of the “n_dirs” field. When overloading is enabled, this is equivalent to

get fileTransferStat #nDirs

setFileTransferStatNDirs :: MonadIO m => FileTransferStat -> Int64 -> m () Source #

Set the value of the “n_dirs” field. When overloading is enabled, this is equivalent to

set fileTransferStat [ #nDirs := value ]

nDirsTotal

No description available in the introspection data.

getFileTransferStatNDirsTotal :: MonadIO m => FileTransferStat -> m Int64 Source #

Get the value of the “n_dirs_total” field. When overloading is enabled, this is equivalent to

get fileTransferStat #nDirsTotal

setFileTransferStatNDirsTotal :: MonadIO m => FileTransferStat -> Int64 -> m () Source #

Set the value of the “n_dirs_total” field. When overloading is enabled, this is equivalent to

set fileTransferStat [ #nDirsTotal := value ]

nFiles

No description available in the introspection data.

getFileTransferStatNFiles :: MonadIO m => FileTransferStat -> m Int64 Source #

Get the value of the “n_files” field. When overloading is enabled, this is equivalent to

get fileTransferStat #nFiles

setFileTransferStatNFiles :: MonadIO m => FileTransferStat -> Int64 -> m () Source #

Set the value of the “n_files” field. When overloading is enabled, this is equivalent to

set fileTransferStat [ #nFiles := value ]

nFilesTotal

No description available in the introspection data.

getFileTransferStatNFilesTotal :: MonadIO m => FileTransferStat -> m Int64 Source #

Get the value of the “n_files_total” field. When overloading is enabled, this is equivalent to

get fileTransferStat #nFilesTotal

setFileTransferStatNFilesTotal :: MonadIO m => FileTransferStat -> Int64 -> m () Source #

Set the value of the “n_files_total” field. When overloading is enabled, this is equivalent to

set fileTransferStat [ #nFilesTotal := value ]