Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (inaki@blueleaf.cc) |
Safe Haskell | None |
Language | Haskell2010 |
No description available in the introspection data.
Synopsis
- newtype NativeVolumeMonitor = NativeVolumeMonitor (ManagedPtr NativeVolumeMonitor)
- class (GObject o, IsDescendantOf NativeVolumeMonitor o) => IsNativeVolumeMonitor o
- toNativeVolumeMonitor :: (MonadIO m, IsNativeVolumeMonitor o) => o -> m NativeVolumeMonitor
- noNativeVolumeMonitor :: Maybe NativeVolumeMonitor
Exported types
newtype NativeVolumeMonitor Source #
Memory-managed wrapper type.
Instances
GObject NativeVolumeMonitor Source # | |
Defined in GI.Gio.Objects.NativeVolumeMonitor gobjectType :: IO GType # | |
HasParentTypes NativeVolumeMonitor Source # | |
Defined in GI.Gio.Objects.NativeVolumeMonitor | |
type ParentTypes NativeVolumeMonitor Source # | |
Defined in GI.Gio.Objects.NativeVolumeMonitor |
class (GObject o, IsDescendantOf NativeVolumeMonitor o) => IsNativeVolumeMonitor o Source #
Type class for types which can be safely cast to NativeVolumeMonitor
, for instance with toNativeVolumeMonitor
.
Instances
(GObject o, IsDescendantOf NativeVolumeMonitor o) => IsNativeVolumeMonitor o Source # | |
Defined in GI.Gio.Objects.NativeVolumeMonitor |
toNativeVolumeMonitor :: (MonadIO m, IsNativeVolumeMonitor o) => o -> m NativeVolumeMonitor Source #
Cast to NativeVolumeMonitor
, for types for which this is known to be safe. For general casts, use castTo
.
noNativeVolumeMonitor :: Maybe NativeVolumeMonitor Source #
A convenience alias for Nothing
:: Maybe
NativeVolumeMonitor
.