gi-ostree-1.0.11: OSTree bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.OSTree.Objects.RepoFile

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype RepoFile Source #

Memory-managed wrapper type.

Constructors

RepoFile (ManagedPtr RepoFile) 
Instances
GObject RepoFile Source # 
Instance details

Defined in GI.OSTree.Objects.RepoFile

Methods

gobjectType :: IO GType #

HasParentTypes RepoFile Source # 
Instance details

Defined in GI.OSTree.Objects.RepoFile

type ParentTypes RepoFile Source # 
Instance details

Defined in GI.OSTree.Objects.RepoFile

type ParentTypes RepoFile = Object ': (File ': ([] :: [Type]))

class (GObject o, IsDescendantOf RepoFile o) => IsRepoFile o Source #

Type class for types which can be safely cast to RepoFile, for instance with toRepoFile.

Instances
(GObject o, IsDescendantOf RepoFile o) => IsRepoFile o Source # 
Instance details

Defined in GI.OSTree.Objects.RepoFile

toRepoFile :: (MonadIO m, IsRepoFile o) => o -> m RepoFile Source #

Cast to RepoFile, for types for which this is known to be safe. For general casts, use castTo.

noRepoFile :: Maybe RepoFile Source #

A convenience alias for Nothing :: Maybe RepoFile.

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

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.