gi-ostree-1.0.12: 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.SysrootWriteDeploymentsOpts

Description

No description available in the introspection data.

Synopsis

Exported types

Methods

Overloaded methods

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 ]