gi-ostree-1.0.18: OSTree bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.OSTree.Objects.RepoFinderConfig

Description

No description available in the introspection data.

Synopsis

Exported types

newtype RepoFinderConfig Source #

Memory-managed wrapper type.

Constructors

RepoFinderConfig (ManagedPtr RepoFinderConfig) 

Instances

Instances details
Eq RepoFinderConfig Source # 
Instance details

Defined in GI.OSTree.Objects.RepoFinderConfig

GObject RepoFinderConfig Source # 
Instance details

Defined in GI.OSTree.Objects.RepoFinderConfig

ManagedPtrNewtype RepoFinderConfig Source # 
Instance details

Defined in GI.OSTree.Objects.RepoFinderConfig

TypedObject RepoFinderConfig Source # 
Instance details

Defined in GI.OSTree.Objects.RepoFinderConfig

Methods

glibType :: IO GType

HasParentTypes RepoFinderConfig Source # 
Instance details

Defined in GI.OSTree.Objects.RepoFinderConfig

IsGValue (Maybe RepoFinderConfig) Source #

Convert RepoFinderConfig to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.OSTree.Objects.RepoFinderConfig

Methods

gvalueGType_ :: IO GType

gvalueSet_ :: Ptr GValue -> Maybe RepoFinderConfig -> IO ()

gvalueGet_ :: Ptr GValue -> IO (Maybe RepoFinderConfig)

type ParentTypes RepoFinderConfig Source # 
Instance details

Defined in GI.OSTree.Objects.RepoFinderConfig

type ParentTypes RepoFinderConfig = '[Object, RepoFinder]

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

Instances details
(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.

Methods

new

repoFinderConfigNew Source #

Arguments

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

Returns: a new RepoFinderConfig

Create a new RepoFinderConfig.

Since: 2018.6