gi-ostree-1.0.13: OSTree bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.OSTree.Structs.RollsumMatches

Description

No description available in the introspection data.

Synopsis

Exported types

newtype RollsumMatches Source #

Memory-managed wrapper type.

Constructors

RollsumMatches (ManagedPtr RollsumMatches) 

Instances

Instances details
Eq RollsumMatches Source # 
Instance details

Defined in GI.OSTree.Structs.RollsumMatches

BoxedPtr RollsumMatches Source # 
Instance details

Defined in GI.OSTree.Structs.RollsumMatches

CallocPtr RollsumMatches Source # 
Instance details

Defined in GI.OSTree.Structs.RollsumMatches

ManagedPtrNewtype RollsumMatches Source # 
Instance details

Defined in GI.OSTree.Structs.RollsumMatches

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

Defined in GI.OSTree.Structs.RollsumMatches

Methods

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

newZeroRollsumMatches :: MonadIO m => m RollsumMatches Source #

Construct a RollsumMatches struct initialized to zero.

Methods

Overloaded methods

Properties

bufmatches

No description available in the introspection data.

getRollsumMatchesBufmatches :: MonadIO m => RollsumMatches -> m Word32 Source #

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

get rollsumMatches #bufmatches

setRollsumMatchesBufmatches :: MonadIO m => RollsumMatches -> Word32 -> m () Source #

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

set rollsumMatches [ #bufmatches := value ]

crcmatches

No description available in the introspection data.

getRollsumMatchesCrcmatches :: MonadIO m => RollsumMatches -> m Word32 Source #

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

get rollsumMatches #crcmatches

setRollsumMatchesCrcmatches :: MonadIO m => RollsumMatches -> Word32 -> m () Source #

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

set rollsumMatches [ #crcmatches := value ]

fromRollsums

No description available in the introspection data.

clearRollsumMatchesFromRollsums :: MonadIO m => RollsumMatches -> m () Source #

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

clear #fromRollsums

getRollsumMatchesFromRollsums :: MonadIO m => RollsumMatches -> m (Maybe (Map (Ptr ()) (Ptr ()))) Source #

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

get rollsumMatches #fromRollsums

setRollsumMatchesFromRollsums :: MonadIO m => RollsumMatches -> Ptr (GHashTable (Ptr ()) (Ptr ())) -> m () Source #

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

set rollsumMatches [ #fromRollsums := value ]

matchSize

No description available in the introspection data.

getRollsumMatchesMatchSize :: MonadIO m => RollsumMatches -> m Word64 Source #

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

get rollsumMatches #matchSize

setRollsumMatchesMatchSize :: MonadIO m => RollsumMatches -> Word64 -> m () Source #

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

set rollsumMatches [ #matchSize := value ]

matches

No description available in the introspection data.

clearRollsumMatchesMatches :: MonadIO m => RollsumMatches -> m () Source #

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

clear #matches

getRollsumMatchesMatches :: MonadIO m => RollsumMatches -> m (Maybe [Ptr ()]) Source #

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

get rollsumMatches #matches

setRollsumMatchesMatches :: MonadIO m => RollsumMatches -> Ptr (GPtrArray (Ptr ())) -> m () Source #

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

set rollsumMatches [ #matches := value ]

toRollsums

No description available in the introspection data.

clearRollsumMatchesToRollsums :: MonadIO m => RollsumMatches -> m () Source #

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

clear #toRollsums

getRollsumMatchesToRollsums :: MonadIO m => RollsumMatches -> m (Maybe (Map (Ptr ()) (Ptr ()))) Source #

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

get rollsumMatches #toRollsums

setRollsumMatchesToRollsums :: MonadIO m => RollsumMatches -> Ptr (GHashTable (Ptr ()) (Ptr ())) -> m () Source #

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

set rollsumMatches [ #toRollsums := value ]

total

No description available in the introspection data.

getRollsumMatchesTotal :: MonadIO m => RollsumMatches -> m Word32 Source #

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

get rollsumMatches #total

setRollsumMatchesTotal :: MonadIO m => RollsumMatches -> Word32 -> m () Source #

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

set rollsumMatches [ #total := value ]