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.SysrootWriteDeploymentsOpts

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

Properties

doPostclean

No description available in the introspection data.

getSysrootWriteDeploymentsOptsDoPostclean :: MonadIO m => SysrootWriteDeploymentsOpts -> m Bool Source #

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

get sysrootWriteDeploymentsOpts #doPostclean

setSysrootWriteDeploymentsOptsDoPostclean :: MonadIO m => SysrootWriteDeploymentsOpts -> Bool -> m () Source #

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

set sysrootWriteDeploymentsOpts [ #doPostclean := value ]