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 RepoFinderMount = RepoFinderMount (ManagedPtr RepoFinderMount)
- class (GObject o, IsDescendantOf RepoFinderMount o) => IsRepoFinderMount o
- toRepoFinderMount :: (MonadIO m, IsRepoFinderMount o) => o -> m RepoFinderMount
- repoFinderMountNew :: (HasCallStack, MonadIO m, IsVolumeMonitor a) => Maybe a -> m RepoFinderMount
- constructRepoFinderMountMonitor :: (IsRepoFinderMount o, MonadIO m, IsVolumeMonitor a) => a -> m (GValueConstruct o)
- getRepoFinderMountMonitor :: (MonadIO m, IsRepoFinderMount o) => o -> m (Maybe VolumeMonitor)
Exported types
newtype RepoFinderMount Source #
Memory-managed wrapper type.
RepoFinderMount (ManagedPtr RepoFinderMount) |
Instances
Eq RepoFinderMount Source # | |
Defined in GI.OSTree.Objects.RepoFinderMount (==) :: RepoFinderMount -> RepoFinderMount -> Bool # (/=) :: RepoFinderMount -> RepoFinderMount -> Bool # | |
GObject RepoFinderMount Source # | |
Defined in GI.OSTree.Objects.RepoFinderMount | |
ManagedPtrNewtype RepoFinderMount Source # | |
Defined in GI.OSTree.Objects.RepoFinderMount toManagedPtr :: RepoFinderMount -> ManagedPtr RepoFinderMount | |
TypedObject RepoFinderMount Source # | |
Defined in GI.OSTree.Objects.RepoFinderMount | |
HasParentTypes RepoFinderMount Source # | |
Defined in GI.OSTree.Objects.RepoFinderMount | |
IsGValue (Maybe RepoFinderMount) Source # | Convert |
Defined in GI.OSTree.Objects.RepoFinderMount gvalueGType_ :: IO GType gvalueSet_ :: Ptr GValue -> Maybe RepoFinderMount -> IO () gvalueGet_ :: Ptr GValue -> IO (Maybe RepoFinderMount) | |
type ParentTypes RepoFinderMount Source # | |
Defined in GI.OSTree.Objects.RepoFinderMount |
class (GObject o, IsDescendantOf RepoFinderMount o) => IsRepoFinderMount o Source #
Type class for types which can be safely cast to RepoFinderMount
, for instance with toRepoFinderMount
.
Instances
(GObject o, IsDescendantOf RepoFinderMount o) => IsRepoFinderMount o Source # | |
Defined in GI.OSTree.Objects.RepoFinderMount |
toRepoFinderMount :: (MonadIO m, IsRepoFinderMount o) => o -> m RepoFinderMount Source #
Cast to RepoFinderMount
, 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, IsVolumeMonitor a) | |
=> Maybe a |
|
-> m RepoFinderMount | Returns: a new |
Create a new RepoFinderMount
, using the given monitor
to look up
volumes. If monitor
is Nothing
, the monitor from volumeMonitorGet
will
be used.
Since: 2018.6
Properties
monitor
Volume monitor to use to look up mounted volumes when queried.
Since: 2018.6
constructRepoFinderMountMonitor :: (IsRepoFinderMount o, MonadIO m, IsVolumeMonitor a) => a -> m (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “monitor
” property. This is rarely needed directly, but it is used by new
.
getRepoFinderMountMonitor :: (MonadIO m, IsRepoFinderMount o) => o -> m (Maybe VolumeMonitor) Source #
Get the value of the “monitor
” property.
When overloading is enabled, this is equivalent to
get
repoFinderMount #monitor