| 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.SysrootDeployTreeOpts
Description
No description available in the introspection data.
Synopsis
- newtype SysrootDeployTreeOpts = SysrootDeployTreeOpts (ManagedPtr SysrootDeployTreeOpts)
- newZeroSysrootDeployTreeOpts :: MonadIO m => m SysrootDeployTreeOpts
- getSysrootDeployTreeOptsLocked :: MonadIO m => SysrootDeployTreeOpts -> m Bool
- setSysrootDeployTreeOptsLocked :: MonadIO m => SysrootDeployTreeOpts -> Bool -> m ()
- 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
| Eq SysrootDeployTreeOpts Source # | |
Defined in GI.OSTree.Structs.SysrootDeployTreeOpts Methods (==) :: SysrootDeployTreeOpts -> SysrootDeployTreeOpts -> Bool # (/=) :: SysrootDeployTreeOpts -> SysrootDeployTreeOpts -> Bool # | |
| BoxedPtr SysrootDeployTreeOpts Source # | |
Defined in GI.OSTree.Structs.SysrootDeployTreeOpts Methods boxedPtrCopy :: SysrootDeployTreeOpts -> IO SysrootDeployTreeOpts boxedPtrFree :: SysrootDeployTreeOpts -> IO () | |
| CallocPtr SysrootDeployTreeOpts Source # | |
Defined in GI.OSTree.Structs.SysrootDeployTreeOpts Methods | |
| ManagedPtrNewtype SysrootDeployTreeOpts Source # | |
Defined in GI.OSTree.Structs.SysrootDeployTreeOpts Methods toManagedPtr :: SysrootDeployTreeOpts -> ManagedPtr SysrootDeployTreeOpts | |
| tag ~ 'AttrSet => Constructible SysrootDeployTreeOpts tag Source # | |
Defined in GI.OSTree.Structs.SysrootDeployTreeOpts Methods new :: MonadIO m => (ManagedPtr SysrootDeployTreeOpts -> SysrootDeployTreeOpts) -> [AttrOp SysrootDeployTreeOpts tag] -> m SysrootDeployTreeOpts | |
newZeroSysrootDeployTreeOpts :: MonadIO m => m SysrootDeployTreeOpts Source #
Construct a SysrootDeployTreeOpts struct initialized to zero.
Methods
Properties
locked
No description available in the introspection data.
getSysrootDeployTreeOptsLocked :: MonadIO m => SysrootDeployTreeOpts -> m Bool Source #
Get the value of the “locked” field.
When overloading is enabled, this is equivalent to
get sysrootDeployTreeOpts #locked
setSysrootDeployTreeOptsLocked :: MonadIO m => SysrootDeployTreeOpts -> Bool -> m () Source #
Set the value of the “locked” field.
When overloading is enabled, this is equivalent to
setsysrootDeployTreeOpts [ #locked:=value ]
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
setsysrootDeployTreeOpts [ #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
setsysrootDeployTreeOpts [ #overrideKernelArgv:=value ]