gi-ostree-1.0.3: 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.RepoFile

Contents

Description

 

Synopsis

Exported types

newtype RepoFile Source #

Constructors

RepoFile (ManagedPtr RepoFile) 

Instances

Methods

ensureResolved

repoFileEnsureResolved Source #

Arguments

:: (HasCallStack, MonadIO m, IsRepoFile a) 
=> a 
-> m ()

(Can throw GError)

No description available in the introspection data.

getChecksum

repoFileGetChecksum :: (HasCallStack, MonadIO m, IsRepoFile a) => a -> m Text Source #

No description available in the introspection data.

getRepo

data RepoFileGetRepoMethodInfo Source #

Instances

((~) * signature (m Repo), MonadIO m, IsRepoFile a) => MethodInfo * RepoFileGetRepoMethodInfo a signature Source # 

repoFileGetRepo Source #

Arguments

:: (HasCallStack, MonadIO m, IsRepoFile a) 
=> a 
-> m Repo

Returns: Repository

No description available in the introspection data.

getRoot

repoFileGetRoot Source #

Arguments

:: (HasCallStack, MonadIO m, IsRepoFile a) 
=> a 
-> m RepoFile

Returns: The root directory for the commit referenced by this file

No description available in the introspection data.

getXattrs

repoFileGetXattrs Source #

Arguments

:: (HasCallStack, MonadIO m, IsRepoFile a, IsCancellable b) 
=> a 
-> GVariant 
-> Maybe b 
-> m ()

(Can throw GError)

No description available in the introspection data.

treeFindChild

repoFileTreeFindChild :: (HasCallStack, MonadIO m, IsRepoFile a) => a -> Text -> Bool -> GVariant -> m Int32 Source #

No description available in the introspection data.

treeGetContents

repoFileTreeGetContents :: (HasCallStack, MonadIO m, IsRepoFile a) => a -> m GVariant Source #

No description available in the introspection data.

treeGetContentsChecksum

repoFileTreeGetContentsChecksum :: (HasCallStack, MonadIO m, IsRepoFile a) => a -> m Text Source #

No description available in the introspection data.

treeGetMetadata

repoFileTreeGetMetadata :: (HasCallStack, MonadIO m, IsRepoFile a) => a -> m GVariant Source #

No description available in the introspection data.

treeGetMetadataChecksum

repoFileTreeGetMetadataChecksum :: (HasCallStack, MonadIO m, IsRepoFile a) => a -> m Text Source #

No description available in the introspection data.

treeQueryChild

repoFileTreeQueryChild Source #

Arguments

:: (HasCallStack, MonadIO m, IsRepoFile a, IsFileInfo b, IsCancellable c) 
=> a 
-> Int32 
-> Text 
-> [FileQueryInfoFlags] 
-> b 
-> Maybe c 
-> m ()

(Can throw GError)

No description available in the introspection data.

treeSetMetadata

repoFileTreeSetMetadata :: (HasCallStack, MonadIO m, IsRepoFile a) => a -> Text -> GVariant -> m () Source #

No description available in the introspection data.