gi-ostree-1.0.6: 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.RepoFinderOverride

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

class GObject o => IsRepoFinderOverride o Source #

Type class for types which can be safely cast to RepoFinderOverride, for instance with toRepoFinderOverride.

Instances
(GObject a, (UnknownAncestorError RepoFinderOverride a :: Constraint)) => IsRepoFinderOverride a Source # 
Instance details

Defined in GI.OSTree.Objects.RepoFinderOverride

IsRepoFinderOverride RepoFinderOverride Source # 
Instance details

Defined in GI.OSTree.Objects.RepoFinderOverride

toRepoFinderOverride :: (MonadIO m, IsRepoFinderOverride o) => o -> m RepoFinderOverride Source #

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

Methods

addUri

repoFinderOverrideAddUri Source #

Arguments

:: (HasCallStack, MonadIO m, IsRepoFinderOverride a) 
=> a 
-> Text

uri: URI to add to the repo finder

-> m () 

Add the given uri to the set of URIs which the repo finder will search for matching refs when repoFinderResolveAsync is called on it.

Since: 2018.6

new

repoFinderOverrideNew Source #

Arguments

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

Returns: a new RepoFinderOverride

Create a new RepoFinderOverride.

Since: 2018.6