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

Description

No description available in the introspection data.

Since: 1.10

Synopsis

Exported types

class (GObject o, IsDescendantOf DeviceOvsInterface o) => IsDeviceOvsInterface o Source #

Type class for types which can be safely cast to DeviceOvsInterface, for instance with toDeviceOvsInterface.

Instances

Instances details
(GObject o, IsDescendantOf DeviceOvsInterface o) => IsDeviceOvsInterface o Source # 
Instance details

Defined in GI.NM.Objects.DeviceOvsInterface

toDeviceOvsInterface :: (MonadIO m, IsDeviceOvsInterface o) => o -> m DeviceOvsInterface Source #

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

Methods