gi-ostree-1.0.15: OSTree bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.OSTree.Structs.MutableTreeIter

Description

No description available in the introspection data.

Synopsis

Exported types

newZeroMutableTreeIter :: MonadIO m => m MutableTreeIter Source #

Construct a MutableTreeIter struct initialized to zero.

Methods

Properties

inFiles

No description available in the introspection data.

getMutableTreeIterInFiles :: MonadIO m => MutableTreeIter -> m Bool Source #

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

get mutableTreeIter #inFiles

setMutableTreeIterInFiles :: MonadIO m => MutableTreeIter -> Bool -> m () Source #

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

set mutableTreeIter [ #inFiles := value ]

iter

No description available in the introspection data.

getMutableTreeIterIter :: MonadIO m => MutableTreeIter -> m HashTableIter Source #

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

get mutableTreeIter #iter