| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.OSTree.Objects.RepoFinderConfig
Description
No description available in the introspection data.
Synopsis
- newtype RepoFinderConfig = RepoFinderConfig (ManagedPtr RepoFinderConfig)
- class (GObject o, IsDescendantOf RepoFinderConfig o) => IsRepoFinderConfig o
- toRepoFinderConfig :: (MonadIO m, IsRepoFinderConfig o) => o -> m RepoFinderConfig
- repoFinderConfigNew :: (HasCallStack, MonadIO m) => m RepoFinderConfig
Exported types
newtype RepoFinderConfig Source #
Memory-managed wrapper type.
Constructors
| RepoFinderConfig (ManagedPtr RepoFinderConfig) |
Instances
| Eq RepoFinderConfig Source # | |
Defined in GI.OSTree.Objects.RepoFinderConfig Methods (==) :: RepoFinderConfig -> RepoFinderConfig -> Bool (/=) :: RepoFinderConfig -> RepoFinderConfig -> Bool | |
| GObject RepoFinderConfig Source # | |
Defined in GI.OSTree.Objects.RepoFinderConfig | |
| ManagedPtrNewtype RepoFinderConfig Source # | |
Defined in GI.OSTree.Objects.RepoFinderConfig Methods toManagedPtr :: RepoFinderConfig -> ManagedPtr RepoFinderConfig | |
| TypedObject RepoFinderConfig Source # | |
Defined in GI.OSTree.Objects.RepoFinderConfig Methods glibType :: IO GType | |
| IsGValue RepoFinderConfig Source # | Convert |
Defined in GI.OSTree.Objects.RepoFinderConfig | |
| HasParentTypes RepoFinderConfig Source # | |
Defined in GI.OSTree.Objects.RepoFinderConfig | |
| type ParentTypes RepoFinderConfig Source # | |
Defined in GI.OSTree.Objects.RepoFinderConfig | |
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 # | |
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
Overloaded methods
new
Arguments
| :: (HasCallStack, MonadIO m) | |
| => m RepoFinderConfig | Returns: a new |
Create a new RepoFinderConfig.
Since: 2018.6