gi-gio-2.0.25: Gio bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Gio.Objects.NativeVolumeMonitor

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype NativeVolumeMonitor Source #

Memory-managed wrapper type.

Constructors

NativeVolumeMonitor (ManagedPtr NativeVolumeMonitor) 
Instances
Eq NativeVolumeMonitor Source # 
Instance details

Defined in GI.Gio.Objects.NativeVolumeMonitor

GObject NativeVolumeMonitor Source # 
Instance details

Defined in GI.Gio.Objects.NativeVolumeMonitor

Methods

gobjectType :: IO GType

IsGValue NativeVolumeMonitor Source #

Convert NativeVolumeMonitor to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.Gio.Objects.NativeVolumeMonitor

Methods

toGValue :: NativeVolumeMonitor -> IO GValue

fromGValue :: GValue -> IO NativeVolumeMonitor

HasParentTypes NativeVolumeMonitor Source # 
Instance details

Defined in GI.Gio.Objects.NativeVolumeMonitor

type ParentTypes NativeVolumeMonitor Source # 
Instance details

Defined in GI.Gio.Objects.NativeVolumeMonitor

type ParentTypes NativeVolumeMonitor = VolumeMonitor ': (Object ': ([] :: [Type]))

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 # 
Instance details

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.

Methods

Overloaded methods