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

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DeviceAdsl Source #

Memory-managed wrapper type.

class (GObject o, IsDescendantOf DeviceAdsl o) => IsDeviceAdsl o Source #

Type class for types which can be safely cast to DeviceAdsl, for instance with toDeviceAdsl.

Instances

Instances details
(GObject o, IsDescendantOf DeviceAdsl o) => IsDeviceAdsl o Source # 
Instance details

Defined in GI.NM.Objects.DeviceAdsl

toDeviceAdsl :: (MonadIO m, IsDeviceAdsl o) => o -> m DeviceAdsl Source #

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

Methods

getCarrier

deviceAdslGetCarrier Source #

Arguments

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

device: a DeviceAdsl

-> m Bool

Returns: True if the device has carrier

Whether the device has carrier.

Properties

carrier

Whether the device has carrier.

getDeviceAdslCarrier :: (MonadIO m, IsDeviceAdsl o) => o -> m Bool Source #

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

get deviceAdsl #carrier