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

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype RepoFinderOverride Source #

Memory-managed wrapper type.

Constructors

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

Defined in GI.OSTree.Objects.RepoFinderOverride

Methods

gobjectType :: IO GType

HasParentTypes RepoFinderOverride Source # 
Instance details

Defined in GI.OSTree.Objects.RepoFinderOverride

type ParentTypes RepoFinderOverride Source # 
Instance details

Defined in GI.OSTree.Objects.RepoFinderOverride

type ParentTypes RepoFinderOverride = Object ': (RepoFinder ': ([] :: [Type]))

class (GObject o, IsDescendantOf RepoFinderOverride o) => IsRepoFinderOverride o Source #

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

Instances
(GObject o, IsDescendantOf RepoFinderOverride o) => IsRepoFinderOverride o 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