Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | None |
Language | Haskell2010 |
GI.OSTree.Structs.SysrootDeployTreeOpts
Description
No description available in the introspection data.
Synopsis
- newtype SysrootDeployTreeOpts = SysrootDeployTreeOpts (ManagedPtr SysrootDeployTreeOpts)
- newZeroSysrootDeployTreeOpts :: MonadIO m => m SysrootDeployTreeOpts
- clearSysrootDeployTreeOptsOverlayInitrds :: MonadIO m => SysrootDeployTreeOpts -> m ()
- getSysrootDeployTreeOptsOverlayInitrds :: MonadIO m => SysrootDeployTreeOpts -> m (Maybe Text)
- setSysrootDeployTreeOptsOverlayInitrds :: MonadIO m => SysrootDeployTreeOpts -> CString -> m ()
- clearSysrootDeployTreeOptsOverrideKernelArgv :: MonadIO m => SysrootDeployTreeOpts -> m ()
- getSysrootDeployTreeOptsOverrideKernelArgv :: MonadIO m => SysrootDeployTreeOpts -> m (Maybe Text)
- setSysrootDeployTreeOptsOverrideKernelArgv :: MonadIO m => SysrootDeployTreeOpts -> CString -> m ()
Exported types
newtype SysrootDeployTreeOpts Source #
Memory-managed wrapper type.
Constructors
SysrootDeployTreeOpts (ManagedPtr SysrootDeployTreeOpts) |
Instances
newZeroSysrootDeployTreeOpts :: MonadIO m => m SysrootDeployTreeOpts Source #
Construct a SysrootDeployTreeOpts
struct initialized to zero.
Methods
Properties
overlayInitrds
No description available in the introspection data.
clearSysrootDeployTreeOptsOverlayInitrds :: MonadIO m => SysrootDeployTreeOpts -> m () Source #
Set the value of the “overlay_initrds
” field to Nothing
.
When overloading is enabled, this is equivalent to
clear
#overlayInitrds
getSysrootDeployTreeOptsOverlayInitrds :: MonadIO m => SysrootDeployTreeOpts -> m (Maybe Text) Source #
Get the value of the “overlay_initrds
” field.
When overloading is enabled, this is equivalent to
get
sysrootDeployTreeOpts #overlayInitrds
setSysrootDeployTreeOptsOverlayInitrds :: MonadIO m => SysrootDeployTreeOpts -> CString -> m () Source #
Set the value of the “overlay_initrds
” field.
When overloading is enabled, this is equivalent to
set
sysrootDeployTreeOpts [ #overlayInitrds:=
value ]
overrideKernelArgv
No description available in the introspection data.
clearSysrootDeployTreeOptsOverrideKernelArgv :: MonadIO m => SysrootDeployTreeOpts -> m () Source #
Set the value of the “override_kernel_argv
” field to Nothing
.
When overloading is enabled, this is equivalent to
clear
#overrideKernelArgv
getSysrootDeployTreeOptsOverrideKernelArgv :: MonadIO m => SysrootDeployTreeOpts -> m (Maybe Text) Source #
Get the value of the “override_kernel_argv
” field.
When overloading is enabled, this is equivalent to
get
sysrootDeployTreeOpts #overrideKernelArgv
setSysrootDeployTreeOptsOverrideKernelArgv :: MonadIO m => SysrootDeployTreeOpts -> CString -> m () Source #
Set the value of the “override_kernel_argv
” field.
When overloading is enabled, this is equivalent to
set
sysrootDeployTreeOpts [ #overrideKernelArgv:=
value ]