Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
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.
RepoFinderConfig (ManagedPtr RepoFinderConfig) |
Instances
Eq RepoFinderConfig Source # | |
Defined in GI.OSTree.Objects.RepoFinderConfig (==) :: RepoFinderConfig -> RepoFinderConfig -> Bool # (/=) :: RepoFinderConfig -> RepoFinderConfig -> Bool # | |
GObject RepoFinderConfig Source # | |
Defined in GI.OSTree.Objects.RepoFinderConfig | |
ManagedPtrNewtype RepoFinderConfig Source # | |
Defined in GI.OSTree.Objects.RepoFinderConfig toManagedPtr :: RepoFinderConfig -> ManagedPtr RepoFinderConfig | |
TypedObject RepoFinderConfig Source # | |
Defined in GI.OSTree.Objects.RepoFinderConfig | |
HasParentTypes RepoFinderConfig Source # | |
Defined in GI.OSTree.Objects.RepoFinderConfig | |
IsGValue (Maybe RepoFinderConfig) Source # | Convert |
Defined in GI.OSTree.Objects.RepoFinderConfig gvalueGType_ :: IO GType gvalueSet_ :: Ptr GValue -> Maybe RepoFinderConfig -> IO () gvalueGet_ :: Ptr GValue -> IO (Maybe 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
Click to display all available methods, including inherited ones
Methods
bindProperty, bindPropertyFull, forceFloating, freezeNotify, getv, isFloating, notify, notifyByPspec, ref, refSink, resolveAsync, resolveFinish, runDispose, stealData, stealQdata, thawNotify, unref, watchClosure.
Getters
getData, getProperty, getQdata.
Setters
new
:: (HasCallStack, MonadIO m) | |
=> m RepoFinderConfig | Returns: a new |
Create a new RepoFinderConfig
.
Since: 2018.6