gi-nm-1.0.1: NM bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.NM.Objects.DeviceDummy

Description

No description available in the introspection data.

Since: 1.8

Synopsis

Exported types

newtype DeviceDummy Source #

Memory-managed wrapper type.

class (GObject o, IsDescendantOf DeviceDummy o) => IsDeviceDummy o Source #

Type class for types which can be safely cast to DeviceDummy, for instance with toDeviceDummy.

Instances

Instances details
(GObject o, IsDescendantOf DeviceDummy o) => IsDeviceDummy o Source # 
Instance details

Defined in GI.NM.Objects.DeviceDummy

toDeviceDummy :: (MonadIO m, IsDeviceDummy o) => o -> m DeviceDummy Source #

Cast to DeviceDummy, for types for which this is known to be safe. For general casts, use castTo.

Methods