gi-ostree-1.0.13: OSTree bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.OSTree.Structs.RepoDevInoCache

Description

No description available in the introspection data.

Synopsis

Exported types

newtype RepoDevInoCache Source #

Memory-managed wrapper type.

Constructors

RepoDevInoCache (ManagedPtr RepoDevInoCache) 

Instances

Instances details
Eq RepoDevInoCache Source # 
Instance details

Defined in GI.OSTree.Structs.RepoDevInoCache

GBoxed RepoDevInoCache Source # 
Instance details

Defined in GI.OSTree.Structs.RepoDevInoCache

ManagedPtrNewtype RepoDevInoCache Source # 
Instance details

Defined in GI.OSTree.Structs.RepoDevInoCache

TypedObject RepoDevInoCache Source # 
Instance details

Defined in GI.OSTree.Structs.RepoDevInoCache

Methods

glibType :: IO GType

IsGValue RepoDevInoCache Source #

Convert RepoDevInoCache to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.OSTree.Structs.RepoDevInoCache

Methods

toGValue :: RepoDevInoCache -> IO GValue

fromGValue :: GValue -> IO RepoDevInoCache

HasParentTypes RepoDevInoCache Source # 
Instance details

Defined in GI.OSTree.Structs.RepoDevInoCache

type ParentTypes RepoDevInoCache Source # 
Instance details

Defined in GI.OSTree.Structs.RepoDevInoCache

type ParentTypes RepoDevInoCache = '[] :: [Type]

Methods

Overloaded methods

new

repoDevInoCacheNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> m RepoDevInoCache

Returns: Newly allocated cache

OSTree has support for pairing ostree_repo_checkout_tree_at() using hardlinks in combination with a later repoWriteDirectoryToMtree using a (normally modified) directory. In order for OSTree to optimally detect just the new files, use this function and fill in the devino_to_csum_cache member of OstreeRepoCheckoutAtOptions, then call ostree_repo_commit_set_devino_cache().

ref

repoDevInoCacheRef :: (HasCallStack, MonadIO m) => RepoDevInoCache -> m RepoDevInoCache Source #

No description available in the introspection data.

unref

repoDevInoCacheUnref :: (HasCallStack, MonadIO m) => RepoDevInoCache -> m () Source #

No description available in the introspection data.