gi-ostree-1.0.12: OSTree bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.OSTree.Objects.RepoFinderConfig

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype RepoFinderConfig Source #

Memory-managed wrapper type.

Constructors

RepoFinderConfig (ManagedPtr RepoFinderConfig) 
Instances
Eq RepoFinderConfig Source # 
Instance details

Defined in GI.OSTree.Objects.RepoFinderConfig

GObject RepoFinderConfig Source # 
Instance details

Defined in GI.OSTree.Objects.RepoFinderConfig

Methods

gobjectType :: IO GType

IsGValue RepoFinderConfig Source #

Convert RepoFinderConfig to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.OSTree.Objects.RepoFinderConfig

Methods

toGValue :: RepoFinderConfig -> IO GValue

fromGValue :: GValue -> IO RepoFinderConfig

HasParentTypes RepoFinderConfig Source # 
Instance details

Defined in GI.OSTree.Objects.RepoFinderConfig

type ParentTypes RepoFinderConfig Source # 
Instance details

Defined in GI.OSTree.Objects.RepoFinderConfig

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

class (GObject o, IsDescendantOf RepoFinderConfig o) => IsRepoFinderConfig o Source #

Type class for types which can be safely cast to RepoFinderConfig, for instance with toRepoFinderConfig.

Instances
(GObject o, IsDescendantOf RepoFinderConfig o) => IsRepoFinderConfig o Source # 
Instance details

Defined in GI.OSTree.Objects.RepoFinderConfig

toRepoFinderConfig :: (MonadIO m, IsRepoFinderConfig o) => o -> m RepoFinderConfig Source #

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

noRepoFinderConfig :: Maybe RepoFinderConfig Source #

A convenience alias for Nothing :: Maybe RepoFinderConfig.

Methods

Overloaded methods

new

repoFinderConfigNew Source #

Arguments

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

Returns: a new tRepoFinderConfig

Create a new tRepoFinderConfig.

Since: 2018.6