| 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.Gio.Objects.NativeVolumeMonitor
Description
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.
Constructors
| NativeVolumeMonitor (ManagedPtr NativeVolumeMonitor) |
Instances
| Eq NativeVolumeMonitor Source # | |
Defined in GI.Gio.Objects.NativeVolumeMonitor Methods (==) :: NativeVolumeMonitor -> NativeVolumeMonitor -> Bool # (/=) :: NativeVolumeMonitor -> NativeVolumeMonitor -> Bool # | |
| GObject NativeVolumeMonitor Source # | |
Defined in GI.Gio.Objects.NativeVolumeMonitor Methods gobjectType :: IO GType # | |
| IsGValue NativeVolumeMonitor Source # | Convert |
Defined in GI.Gio.Objects.NativeVolumeMonitor Methods toGValue :: NativeVolumeMonitor -> IO GValue # fromGValue :: GValue -> IO 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.
noNativeVolumeMonitor :: Maybe NativeVolumeMonitor Source #
A convenience alias for Nothing :: Maybe NativeVolumeMonitor.