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.DeviceWpan

Description

No description available in the introspection data.

Since: 1.14

Synopsis

Exported types

newtype DeviceWpan Source #

Memory-managed wrapper type.

class (GObject o, IsDescendantOf DeviceWpan o) => IsDeviceWpan o Source #

Type class for types which can be safely cast to DeviceWpan, for instance with toDeviceWpan.

Instances

Instances details
(GObject o, IsDescendantOf DeviceWpan o) => IsDeviceWpan o Source # 
Instance details

Defined in GI.NM.Objects.DeviceWpan

toDeviceWpan :: (MonadIO m, IsDeviceWpan o) => o -> m DeviceWpan Source #

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

Methods