gi-ostree-1.0.2: OSTree bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.OSTree.Objects.Deployment

Contents

Description

 

Synopsis

Exported types

Methods

clone

deploymentClone Source #

Arguments

:: (HasCallStack, MonadIO m, IsDeployment a) 
=> a

self: Deployment

-> m Deployment

Returns: New deep copy of self

No description available in the introspection data.

equal

data DeploymentEqualMethodInfo Source #

Instances

((~) * signature (b -> m Bool), MonadIO m, IsDeployment a, IsDeployment b) => MethodInfo * DeploymentEqualMethodInfo a signature Source # 

deploymentEqual Source #

Arguments

:: (HasCallStack, MonadIO m, IsDeployment a, IsDeployment b) 
=> a

ap: A deployment

-> b

bp: A deployment

-> m Bool

Returns: True if deployments have the same osname, csum, and deployserial

No description available in the introspection data.

getBootconfig

deploymentGetBootconfig Source #

Arguments

:: (HasCallStack, MonadIO m, IsDeployment a) 
=> a

self: Deployment

-> m BootconfigParser

Returns: Boot configuration

No description available in the introspection data.

getBootcsum

deploymentGetBootcsum :: (HasCallStack, MonadIO m, IsDeployment a) => a -> m Text Source #

No description available in the introspection data.

getBootserial

deploymentGetBootserial :: (HasCallStack, MonadIO m, IsDeployment a) => a -> m Int32 Source #

No description available in the introspection data.

getCsum

deploymentGetCsum :: (HasCallStack, MonadIO m, IsDeployment a) => a -> m Text Source #

No description available in the introspection data.

getDeployserial

deploymentGetDeployserial :: (HasCallStack, MonadIO m, IsDeployment a) => a -> m Int32 Source #

No description available in the introspection data.

getIndex

deploymentGetIndex :: (HasCallStack, MonadIO m, IsDeployment a) => a -> m Int32 Source #

No description available in the introspection data.

getOrigin

deploymentGetOrigin Source #

Arguments

:: (HasCallStack, MonadIO m, IsDeployment a) 
=> a

self: Deployment

-> m KeyFile

Returns: Origin

No description available in the introspection data.

getOriginRelpath

deploymentGetOriginRelpath Source #

Arguments

:: (HasCallStack, MonadIO m, IsDeployment a) 
=> a

self: A deployment

-> m Text

Returns: Path to deployment root directory, relative to sysroot

Note this function only returns a *relative* path - if you want to access, it, you must either use fd-relative api such as openat(), or concatenate it with the full sysrootGetPath.

getOsname

deploymentGetOsname :: (HasCallStack, MonadIO m, IsDeployment a) => a -> m Text Source #

No description available in the introspection data.

getUnlocked

deploymentGetUnlocked :: (HasCallStack, MonadIO m, IsDeployment a) => a -> m DeploymentUnlockedState Source #

No description available in the introspection data.

hash

deploymentHash :: (HasCallStack, MonadIO m) => Ptr () -> m Word32 Source #

No description available in the introspection data.

new

deploymentNew :: (HasCallStack, MonadIO m) => Int32 -> Text -> Text -> Int32 -> Text -> Int32 -> m Deployment Source #

No description available in the introspection data.

setBootconfig

deploymentSetBootconfig :: (HasCallStack, MonadIO m, IsDeployment a, IsBootconfigParser b) => a -> b -> m () Source #

No description available in the introspection data.

setBootserial

deploymentSetBootserial :: (HasCallStack, MonadIO m, IsDeployment a) => a -> Int32 -> m () Source #

No description available in the introspection data.

setIndex

deploymentSetIndex :: (HasCallStack, MonadIO m, IsDeployment a) => a -> Int32 -> m () Source #

No description available in the introspection data.

setOrigin

deploymentSetOrigin :: (HasCallStack, MonadIO m, IsDeployment a) => a -> KeyFile -> m () Source #

No description available in the introspection data.

unlockedStateToString

deploymentUnlockedStateToString :: (HasCallStack, MonadIO m) => DeploymentUnlockedState -> m Text Source #

No description available in the introspection data.