gi-ostree-1.0.9: OSTree bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.OSTree.Structs.MutableTreeIter

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newZeroMutableTreeIter :: MonadIO m => m MutableTreeIter Source #

Construct a MutableTreeIter struct initialized to zero.

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