| 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.RepoDevInoCache
Contents
Description
No description available in the introspection data.
Synopsis
- newtype RepoDevInoCache = RepoDevInoCache (ManagedPtr RepoDevInoCache)
- repoDevInoCacheNew :: (HasCallStack, MonadIO m) => m RepoDevInoCache
- repoDevInoCacheRef :: (HasCallStack, MonadIO m) => RepoDevInoCache -> m RepoDevInoCache
- repoDevInoCacheUnref :: (HasCallStack, MonadIO m) => RepoDevInoCache -> m ()
Exported types
newtype RepoDevInoCache Source #
Memory-managed wrapper type.
Constructors
| RepoDevInoCache (ManagedPtr RepoDevInoCache) |
Instances
| Eq RepoDevInoCache Source # | |
Defined in GI.OSTree.Structs.RepoDevInoCache Methods (==) :: RepoDevInoCache -> RepoDevInoCache -> Bool # (/=) :: RepoDevInoCache -> RepoDevInoCache -> Bool # | |
| GBoxed RepoDevInoCache Source # | |
Defined in GI.OSTree.Structs.RepoDevInoCache | |
| ManagedPtrNewtype RepoDevInoCache Source # | |
Defined in GI.OSTree.Structs.RepoDevInoCache Methods toManagedPtr :: RepoDevInoCache -> ManagedPtr RepoDevInoCache | |
| TypedObject RepoDevInoCache Source # | |
Defined in GI.OSTree.Structs.RepoDevInoCache | |
| HasParentTypes RepoDevInoCache Source # | |
Defined in GI.OSTree.Structs.RepoDevInoCache | |
| IsGValue (Maybe RepoDevInoCache) Source # | Convert |
Defined in GI.OSTree.Structs.RepoDevInoCache Methods gvalueGType_ :: IO GType gvalueSet_ :: Ptr GValue -> Maybe RepoDevInoCache -> IO () gvalueGet_ :: Ptr GValue -> IO (Maybe RepoDevInoCache) | |
| type ParentTypes RepoDevInoCache Source # | |
Defined in GI.OSTree.Structs.RepoDevInoCache | |
Methods
Click to display all available methods, including inherited ones
new
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.