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

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf DeviceGeneric o) => IsDeviceGeneric o Source #

Type class for types which can be safely cast to DeviceGeneric, for instance with toDeviceGeneric.

Instances

Instances details
(GObject o, IsDescendantOf DeviceGeneric o) => IsDeviceGeneric o Source # 
Instance details

Defined in GI.NM.Objects.DeviceGeneric

toDeviceGeneric :: (MonadIO m, IsDeviceGeneric o) => o -> m DeviceGeneric Source #

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

Methods

Properties

typeDescription

A description of the specific type of device this is, or Nothing if not known.

getDeviceGenericTypeDescription :: (MonadIO m, IsDeviceGeneric o) => o -> m (Maybe Text) Source #

Get the value of the “type-description” property. When overloading is enabled, this is equivalent to

get deviceGeneric #typeDescription