Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
Safe Haskell | None |
Language | Haskell2010 |
GI.OSTree.Objects.RepoFile
Contents
Description
No description available in the introspection data.
Synopsis
- newtype RepoFile = RepoFile (ManagedPtr RepoFile)
- class GObject o => IsRepoFile o
- toRepoFile :: (MonadIO m, IsRepoFile o) => o -> m RepoFile
- noRepoFile :: Maybe RepoFile
- repoFileEnsureResolved :: (HasCallStack, MonadIO m, IsRepoFile a) => a -> m ()
- repoFileGetChecksum :: (HasCallStack, MonadIO m, IsRepoFile a) => a -> m Text
- repoFileGetRepo :: (HasCallStack, MonadIO m, IsRepoFile a) => a -> m Repo
- repoFileGetRoot :: (HasCallStack, MonadIO m, IsRepoFile a) => a -> m RepoFile
- repoFileGetXattrs :: (HasCallStack, MonadIO m, IsRepoFile a, IsCancellable b) => a -> Maybe b -> m GVariant
- repoFileTreeGetContents :: (HasCallStack, MonadIO m, IsRepoFile a) => a -> m GVariant
- repoFileTreeGetContentsChecksum :: (HasCallStack, MonadIO m, IsRepoFile a) => a -> m Text
- repoFileTreeGetMetadata :: (HasCallStack, MonadIO m, IsRepoFile a) => a -> m GVariant
- repoFileTreeGetMetadataChecksum :: (HasCallStack, MonadIO m, IsRepoFile a) => a -> m Text
- repoFileTreeQueryChild :: (HasCallStack, MonadIO m, IsRepoFile a, IsCancellable b) => a -> Int32 -> Text -> [FileQueryInfoFlags] -> Maybe b -> m FileInfo
- repoFileTreeSetMetadata :: (HasCallStack, MonadIO m, IsRepoFile a) => a -> Text -> GVariant -> m ()
Exported types
Memory-managed wrapper type.
Instances
GObject RepoFile Source # | |
Defined in GI.OSTree.Objects.RepoFile Methods gobjectType :: RepoFile -> IO GType | |
IsObject RepoFile Source # | |
Defined in GI.OSTree.Objects.RepoFile | |
IsFile RepoFile Source # | |
Defined in GI.OSTree.Objects.RepoFile | |
IsRepoFile RepoFile Source # | |
Defined in GI.OSTree.Objects.RepoFile |
class GObject o => IsRepoFile o Source #
Type class for types which can be safely cast to RepoFile
, for instance with toRepoFile
.
Instances
(GObject a, (UnknownAncestorError RepoFile a :: Constraint)) => IsRepoFile a Source # | |
Defined in GI.OSTree.Objects.RepoFile | |
IsRepoFile RepoFile Source # | |
Defined in GI.OSTree.Objects.RepoFile |
toRepoFile :: (MonadIO m, IsRepoFile o) => o -> m RepoFile Source #
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 |
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
Arguments
:: (HasCallStack, MonadIO m, IsRepoFile a) | |
=> a | |
-> m Repo | Returns: Repository |
No description available in the introspection data.
getRoot
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
Arguments
:: (HasCallStack, MonadIO m, IsRepoFile a, IsCancellable b) | |
=> a |
|
-> Maybe b |
|
-> m GVariant | (Can throw |
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, IsCancellable b) | |
=> a |
|
-> Int32 | |
-> Text | |
-> [FileQueryInfoFlags] | |
-> Maybe b |
|
-> m FileInfo | (Can throw |
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.