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.RepoFinderConfig
Contents
Description
No description available in the introspection data.
Synopsis
- newtype RepoFinderConfig = RepoFinderConfig (ManagedPtr RepoFinderConfig)
- class GObject o => IsRepoFinderConfig o
- toRepoFinderConfig :: (MonadIO m, IsRepoFinderConfig o) => o -> m RepoFinderConfig
- noRepoFinderConfig :: Maybe RepoFinderConfig
- repoFinderConfigNew :: (HasCallStack, MonadIO m) => m RepoFinderConfig
Exported types
newtype RepoFinderConfig Source #
Memory-managed wrapper type.
Constructors
RepoFinderConfig (ManagedPtr RepoFinderConfig) |
Instances
GObject RepoFinderConfig Source # | |
Defined in GI.OSTree.Objects.RepoFinderConfig Methods gobjectType :: RepoFinderConfig -> IO GType | |
IsRepoFinder RepoFinderConfig Source # | |
Defined in GI.OSTree.Objects.RepoFinderConfig | |
IsObject RepoFinderConfig Source # | |
Defined in GI.OSTree.Objects.RepoFinderConfig | |
IsRepoFinderConfig RepoFinderConfig Source # | |
Defined in GI.OSTree.Objects.RepoFinderConfig |
class GObject o => IsRepoFinderConfig o Source #
Type class for types which can be safely cast to RepoFinderConfig
, for instance with toRepoFinderConfig
.
Instances
(GObject a, (UnknownAncestorError RepoFinderConfig a :: Constraint)) => IsRepoFinderConfig a Source # | |
Defined in GI.OSTree.Objects.RepoFinderConfig | |
IsRepoFinderConfig RepoFinderConfig Source # | |
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
new
Arguments
:: (HasCallStack, MonadIO m) | |
=> m RepoFinderConfig | Returns: a new |
Create a new RepoFinderConfig
.
Since: 2018.6