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 |
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
Exported types
newtype NativeVolumeMonitor Source #
Memory-managed wrapper type.
Instances
Eq NativeVolumeMonitor Source # | |
Defined in GI.Gio.Objects.NativeVolumeMonitor (==) :: NativeVolumeMonitor -> NativeVolumeMonitor -> Bool # (/=) :: NativeVolumeMonitor -> NativeVolumeMonitor -> Bool # | |
IsGValue NativeVolumeMonitor Source # | Convert |
Defined in GI.Gio.Objects.NativeVolumeMonitor toGValue :: NativeVolumeMonitor -> IO GValue # fromGValue :: GValue -> IO NativeVolumeMonitor # | |
ManagedPtrNewtype NativeVolumeMonitor Source # | |
TypedObject NativeVolumeMonitor Source # | |
Defined in GI.Gio.Objects.NativeVolumeMonitor | |
GObject NativeVolumeMonitor Source # | |
Defined in GI.Gio.Objects.NativeVolumeMonitor | |
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
.