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

Description

No description available in the introspection data.

Since: 1.42

Synopsis

Exported types

class (GObject o, IsDescendantOf DeviceLoopback o) => IsDeviceLoopback o Source #

Type class for types which can be safely cast to DeviceLoopback, for instance with toDeviceLoopback.

Instances

Instances details
(GObject o, IsDescendantOf DeviceLoopback o) => IsDeviceLoopback o Source # 
Instance details

Defined in GI.NM.Objects.DeviceLoopback

toDeviceLoopback :: (MonadIO m, IsDeviceLoopback o) => o -> m DeviceLoopback Source #

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

Methods