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

Description

No description available in the introspection data.

Synopsis

Exported types

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 ]