Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
GI.OSTree.Structs.SysrootWriteDeploymentsOpts
Description
No description available in the introspection data.
Synopsis
- newtype SysrootWriteDeploymentsOpts = SysrootWriteDeploymentsOpts (ManagedPtr SysrootWriteDeploymentsOpts)
- newZeroSysrootWriteDeploymentsOpts :: MonadIO m => m SysrootWriteDeploymentsOpts
- getSysrootWriteDeploymentsOptsDisableAutoEarlyPrune :: MonadIO m => SysrootWriteDeploymentsOpts -> m Bool
- setSysrootWriteDeploymentsOptsDisableAutoEarlyPrune :: MonadIO m => SysrootWriteDeploymentsOpts -> Bool -> m ()
- getSysrootWriteDeploymentsOptsDoPostclean :: MonadIO m => SysrootWriteDeploymentsOpts -> m Bool
- setSysrootWriteDeploymentsOptsDoPostclean :: MonadIO m => SysrootWriteDeploymentsOpts -> Bool -> m ()
Exported types
newtype SysrootWriteDeploymentsOpts Source #
Memory-managed wrapper type.
Constructors
SysrootWriteDeploymentsOpts (ManagedPtr SysrootWriteDeploymentsOpts) |
Instances
newZeroSysrootWriteDeploymentsOpts :: MonadIO m => m SysrootWriteDeploymentsOpts Source #
Construct a SysrootWriteDeploymentsOpts
struct initialized to zero.
Methods
Properties
disableAutoEarlyPrune
No description available in the introspection data.
getSysrootWriteDeploymentsOptsDisableAutoEarlyPrune :: MonadIO m => SysrootWriteDeploymentsOpts -> m Bool Source #
Get the value of the “disable_auto_early_prune
” field.
When overloading is enabled, this is equivalent to
get
sysrootWriteDeploymentsOpts #disableAutoEarlyPrune
setSysrootWriteDeploymentsOptsDisableAutoEarlyPrune :: MonadIO m => SysrootWriteDeploymentsOpts -> Bool -> m () Source #
Set the value of the “disable_auto_early_prune
” field.
When overloading is enabled, this is equivalent to
set
sysrootWriteDeploymentsOpts [ #disableAutoEarlyPrune:=
value ]
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 ]