Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | None |
Language | Haskell2010 |
GI.NM.Objects.Device6Lowpan
Description
No description available in the introspection data.
Since: 1.14
Synopsis
- newtype Device6Lowpan = Device6Lowpan (ManagedPtr Device6Lowpan)
- class (GObject o, IsDescendantOf Device6Lowpan o) => IsDevice6Lowpan o
- toDevice6Lowpan :: (MonadIO m, IsDevice6Lowpan o) => o -> m Device6Lowpan
- device6LowpanGetParent :: (HasCallStack, MonadIO m, IsDevice6Lowpan a) => a -> m Device
- getDevice6LowpanParent :: (MonadIO m, IsDevice6Lowpan o) => o -> m Device
Exported types
newtype Device6Lowpan Source #
Memory-managed wrapper type.
Constructors
Device6Lowpan (ManagedPtr Device6Lowpan) |
Instances
Eq Device6Lowpan Source # | |
Defined in GI.NM.Objects.Device6Lowpan Methods (==) :: Device6Lowpan -> Device6Lowpan -> Bool # (/=) :: Device6Lowpan -> Device6Lowpan -> Bool # | |
GObject Device6Lowpan Source # | |
Defined in GI.NM.Objects.Device6Lowpan | |
ManagedPtrNewtype Device6Lowpan Source # | |
Defined in GI.NM.Objects.Device6Lowpan Methods | |
TypedObject Device6Lowpan Source # | |
Defined in GI.NM.Objects.Device6Lowpan | |
HasParentTypes Device6Lowpan Source # | |
Defined in GI.NM.Objects.Device6Lowpan | |
IsGValue (Maybe Device6Lowpan) Source # | Convert |
Defined in GI.NM.Objects.Device6Lowpan Methods gvalueGType_ :: IO GType # gvalueSet_ :: Ptr GValue -> Maybe Device6Lowpan -> IO () # gvalueGet_ :: Ptr GValue -> IO (Maybe Device6Lowpan) # | |
type ParentTypes Device6Lowpan Source # | |
Defined in GI.NM.Objects.Device6Lowpan |
class (GObject o, IsDescendantOf Device6Lowpan o) => IsDevice6Lowpan o Source #
Type class for types which can be safely cast to Device6Lowpan
, for instance with toDevice6Lowpan
.
Instances
(GObject o, IsDescendantOf Device6Lowpan o) => IsDevice6Lowpan o Source # | |
Defined in GI.NM.Objects.Device6Lowpan |
toDevice6Lowpan :: (MonadIO m, IsDevice6Lowpan o) => o -> m Device6Lowpan Source #
Cast to Device6Lowpan
, for types for which this is known to be safe. For general casts, use castTo
.
Methods
Click to display all available methods, including inherited ones
Methods
bindProperty, bindPropertyFull, connectionCompatible, connectionValid, delete, deleteAsync, deleteFinish, disconnect, disconnectAsync, disconnectFinish, filterConnections, forceFloating, freezeNotify, getv, isFloating, isReal, isSoftware, notify, notifyByPspec, reapply, reapplyAsync, reapplyFinish, ref, refSink, runDispose, stealData, stealQdata, thawNotify, unref, watchClosure.
Getters
getActiveConnection, getAppliedConnection, getAppliedConnectionAsync, getAppliedConnectionFinish, getAutoconnect, getAvailableConnections, getCapabilities, getClient, getConnectivity, getData, getDescription, getDeviceType, getDhcp4Config, getDhcp6Config, getDriver, getDriverVersion, getFirmwareMissing, getFirmwareVersion, getHwAddress, getIface, getInterfaceFlags, getIp4Config, getIp6Config, getIpIface, getLldpNeighbors, getManaged, getMetered, getMtu, getNmPluginMissing, getParent, getPath, getPhysicalPortId, getPorts, getProduct, getProperty, getQdata, getSettingType, getState, getStateReason, getTypeDescription, getUdi, getVendor.
Setters
setAutoconnect, setData, setDataFull, setManaged, setProperty.
getParent
device6LowpanGetParent Source #
Arguments
:: (HasCallStack, MonadIO m, IsDevice6Lowpan a) | |
=> a |
|
-> m Device | Returns: the device's parent device |
No description available in the introspection data.
Since: 1.42
Properties
parent
The devices's parent device.
Since: 1.14
getDevice6LowpanParent :: (MonadIO m, IsDevice6Lowpan o) => o -> m Device Source #
Get the value of the “parent
” property.
When overloading is enabled, this is equivalent to
get
device6Lowpan #parent