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

Description

No description available in the introspection data.

Since: 1.30

Synopsis

Exported types

newtype DeviceVeth Source #

Memory-managed wrapper type.

class (GObject o, IsDescendantOf DeviceVeth o) => IsDeviceVeth o Source #

Type class for types which can be safely cast to DeviceVeth, for instance with toDeviceVeth.

Instances

Instances details
(GObject o, IsDescendantOf DeviceVeth o) => IsDeviceVeth o Source # 
Instance details

Defined in GI.NM.Objects.DeviceVeth

toDeviceVeth :: (MonadIO m, IsDeviceVeth o) => o -> m DeviceVeth Source #

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

Methods

getPeer

deviceVethGetPeer Source #

Arguments

:: (HasCallStack, MonadIO m, IsDeviceVeth a) 
=> a

device: a DeviceVeth

-> m Device

Returns: the device's peer device

No description available in the introspection data.

Since: 1.42

Properties

peer

The device's peer device.

Since: 1.30

getDeviceVethPeer :: (MonadIO m, IsDeviceVeth o) => o -> m Device Source #

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

get deviceVeth #peer