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

Description

No description available in the introspection data.

Since: 1.10

Synopsis

Exported types

newtype DevicePpp Source #

Memory-managed wrapper type.

Instances

Instances details
Eq DevicePpp Source # 
Instance details

Defined in GI.NM.Objects.DevicePpp

GObject DevicePpp Source # 
Instance details

Defined in GI.NM.Objects.DevicePpp

ManagedPtrNewtype DevicePpp Source # 
Instance details

Defined in GI.NM.Objects.DevicePpp

TypedObject DevicePpp Source # 
Instance details

Defined in GI.NM.Objects.DevicePpp

Methods

glibType :: IO GType #

HasParentTypes DevicePpp Source # 
Instance details

Defined in GI.NM.Objects.DevicePpp

IsGValue (Maybe DevicePpp) Source #

Convert DevicePpp to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.NM.Objects.DevicePpp

type ParentTypes DevicePpp Source # 
Instance details

Defined in GI.NM.Objects.DevicePpp

class (GObject o, IsDescendantOf DevicePpp o) => IsDevicePpp o Source #

Type class for types which can be safely cast to DevicePpp, for instance with toDevicePpp.

Instances

Instances details
(GObject o, IsDescendantOf DevicePpp o) => IsDevicePpp o Source # 
Instance details

Defined in GI.NM.Objects.DevicePpp

toDevicePpp :: (MonadIO m, IsDevicePpp o) => o -> m DevicePpp Source #

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

Methods