{-# LANGUAGE TypeApplications #-}
#if (MIN_VERSION_haskell_gi_overloading(1,0,0) && !defined(__HADDOCK_VERSION__))
#define ENABLE_OVERLOADING
#endif
module GI.NM.Objects.DeviceVeth
(
DeviceVeth(..) ,
IsDeviceVeth ,
toDeviceVeth ,
#if defined(ENABLE_OVERLOADING)
ResolveDeviceVethMethod ,
#endif
#if defined(ENABLE_OVERLOADING)
DeviceVethGetPeerMethodInfo ,
#endif
deviceVethGetPeer ,
#if defined(ENABLE_OVERLOADING)
DeviceVethPeerPropertyInfo ,
#endif
#if defined(ENABLE_OVERLOADING)
deviceVethPeer ,
#endif
getDeviceVethPeer ,
) where
import Data.GI.Base.ShortPrelude
import qualified Data.GI.Base.ShortPrelude as SP
import qualified Data.GI.Base.Overloading as O
import qualified Prelude as P
import qualified Data.GI.Base.Attributes as GI.Attributes
import qualified Data.GI.Base.BasicTypes as B.Types
import qualified Data.GI.Base.ManagedPtr as B.ManagedPtr
import qualified Data.GI.Base.GArray as B.GArray
import qualified Data.GI.Base.GClosure as B.GClosure
import qualified Data.GI.Base.GError as B.GError
import qualified Data.GI.Base.GHashTable as B.GHT
import qualified Data.GI.Base.GVariant as B.GVariant
import qualified Data.GI.Base.GValue as B.GValue
import qualified Data.GI.Base.GParamSpec as B.GParamSpec
import qualified Data.GI.Base.CallStack as B.CallStack
import qualified Data.GI.Base.Properties as B.Properties
import qualified Data.GI.Base.Signals as B.Signals
import qualified Control.Monad.IO.Class as MIO
import qualified Data.Coerce as Coerce
import qualified Data.Text as T
import qualified Data.Kind as DK
import qualified Data.ByteString.Char8 as B
import qualified Data.Map as Map
import qualified Foreign.Ptr as FP
import qualified GHC.OverloadedLabels as OL
import qualified GHC.Records as R
import qualified Data.Word as DW
import qualified Data.Int as DI
import qualified System.Posix.Types as SPT
import qualified Foreign.C.Types as FCT
#if MIN_VERSION_base(4,18,0)
import qualified GI.GLib.Structs.Bytes as GLib.Bytes
import qualified GI.GLib.Structs.MainContext as GLib.MainContext
import qualified GI.GLib.Structs.VariantType as GLib.VariantType
import qualified GI.GObject.Objects.Object as GObject.Object
import qualified GI.Gio.Callbacks as Gio.Callbacks
import qualified GI.Gio.Interfaces.AsyncInitable as Gio.AsyncInitable
import qualified GI.Gio.Interfaces.AsyncResult as Gio.AsyncResult
import qualified GI.Gio.Interfaces.Initable as Gio.Initable
import qualified GI.Gio.Objects.Cancellable as Gio.Cancellable
import qualified GI.Gio.Objects.DBusConnection as Gio.DBusConnection
import qualified GI.NM.Callbacks as NM.Callbacks
import {-# SOURCE #-} qualified GI.NM.Enums as NM.Enums
import {-# SOURCE #-} qualified GI.NM.Flags as NM.Flags
import {-# SOURCE #-} qualified GI.NM.Interfaces.Connection as NM.Connection
import {-# SOURCE #-} qualified GI.NM.Objects.ActiveConnection as NM.ActiveConnection
import {-# SOURCE #-} qualified GI.NM.Objects.Checkpoint as NM.Checkpoint
import {-# SOURCE #-} qualified GI.NM.Objects.Client as NM.Client
import {-# SOURCE #-} qualified GI.NM.Objects.Device as NM.Device
import {-# SOURCE #-} qualified GI.NM.Objects.DeviceEthernet as NM.DeviceEthernet
import {-# SOURCE #-} qualified GI.NM.Objects.DhcpConfig as NM.DhcpConfig
import {-# SOURCE #-} qualified GI.NM.Objects.IPConfig as NM.IPConfig
import {-# SOURCE #-} qualified GI.NM.Objects.Object as NM.Object
import {-# SOURCE #-} qualified GI.NM.Objects.RemoteConnection as NM.RemoteConnection
import {-# SOURCE #-} qualified GI.NM.Objects.Setting as NM.Setting
import {-# SOURCE #-} qualified GI.NM.Objects.Setting8021x as NM.Setting8021x
import {-# SOURCE #-} qualified GI.NM.Objects.SettingAdsl as NM.SettingAdsl
import {-# SOURCE #-} qualified GI.NM.Objects.SettingBluetooth as NM.SettingBluetooth
import {-# SOURCE #-} qualified GI.NM.Objects.SettingBond as NM.SettingBond
import {-# SOURCE #-} qualified GI.NM.Objects.SettingBridge as NM.SettingBridge
import {-# SOURCE #-} qualified GI.NM.Objects.SettingBridgePort as NM.SettingBridgePort
import {-# SOURCE #-} qualified GI.NM.Objects.SettingCdma as NM.SettingCdma
import {-# SOURCE #-} qualified GI.NM.Objects.SettingConnection as NM.SettingConnection
import {-# SOURCE #-} qualified GI.NM.Objects.SettingDcb as NM.SettingDcb
import {-# SOURCE #-} qualified GI.NM.Objects.SettingDummy as NM.SettingDummy
import {-# SOURCE #-} qualified GI.NM.Objects.SettingGeneric as NM.SettingGeneric
import {-# SOURCE #-} qualified GI.NM.Objects.SettingGsm as NM.SettingGsm
import {-# SOURCE #-} qualified GI.NM.Objects.SettingIP4Config as NM.SettingIP4Config
import {-# SOURCE #-} qualified GI.NM.Objects.SettingIP6Config as NM.SettingIP6Config
import {-# SOURCE #-} qualified GI.NM.Objects.SettingIPConfig as NM.SettingIPConfig
import {-# SOURCE #-} qualified GI.NM.Objects.SettingIPTunnel as NM.SettingIPTunnel
import {-# SOURCE #-} qualified GI.NM.Objects.SettingInfiniband as NM.SettingInfiniband
import {-# SOURCE #-} qualified GI.NM.Objects.SettingMacsec as NM.SettingMacsec
import {-# SOURCE #-} qualified GI.NM.Objects.SettingMacvlan as NM.SettingMacvlan
import {-# SOURCE #-} qualified GI.NM.Objects.SettingOlpcMesh as NM.SettingOlpcMesh
import {-# SOURCE #-} qualified GI.NM.Objects.SettingOvsBridge as NM.SettingOvsBridge
import {-# SOURCE #-} qualified GI.NM.Objects.SettingOvsInterface as NM.SettingOvsInterface
import {-# SOURCE #-} qualified GI.NM.Objects.SettingOvsPatch as NM.SettingOvsPatch
import {-# SOURCE #-} qualified GI.NM.Objects.SettingOvsPort as NM.SettingOvsPort
import {-# SOURCE #-} qualified GI.NM.Objects.SettingPpp as NM.SettingPpp
import {-# SOURCE #-} qualified GI.NM.Objects.SettingPppoe as NM.SettingPppoe
import {-# SOURCE #-} qualified GI.NM.Objects.SettingProxy as NM.SettingProxy
import {-# SOURCE #-} qualified GI.NM.Objects.SettingSerial as NM.SettingSerial
import {-# SOURCE #-} qualified GI.NM.Objects.SettingTCConfig as NM.SettingTCConfig
import {-# SOURCE #-} qualified GI.NM.Objects.SettingTeam as NM.SettingTeam
import {-# SOURCE #-} qualified GI.NM.Objects.SettingTeamPort as NM.SettingTeamPort
import {-# SOURCE #-} qualified GI.NM.Objects.SettingTun as NM.SettingTun
import {-# SOURCE #-} qualified GI.NM.Objects.SettingVlan as NM.SettingVlan
import {-# SOURCE #-} qualified GI.NM.Objects.SettingVpn as NM.SettingVpn
import {-# SOURCE #-} qualified GI.NM.Objects.SettingVxlan as NM.SettingVxlan
import {-# SOURCE #-} qualified GI.NM.Objects.SettingWimax as NM.SettingWimax
import {-# SOURCE #-} qualified GI.NM.Objects.SettingWired as NM.SettingWired
import {-# SOURCE #-} qualified GI.NM.Objects.SettingWireless as NM.SettingWireless
import {-# SOURCE #-} qualified GI.NM.Objects.SettingWirelessSecurity as NM.SettingWirelessSecurity
import {-# SOURCE #-} qualified GI.NM.Structs.BridgeVlan as NM.BridgeVlan
import {-# SOURCE #-} qualified GI.NM.Structs.DnsEntry as NM.DnsEntry
import {-# SOURCE #-} qualified GI.NM.Structs.IPAddress as NM.IPAddress
import {-# SOURCE #-} qualified GI.NM.Structs.IPRoute as NM.IPRoute
import {-# SOURCE #-} qualified GI.NM.Structs.IPRoutingRule as NM.IPRoutingRule
import {-# SOURCE #-} qualified GI.NM.Structs.LldpNeighbor as NM.LldpNeighbor
import {-# SOURCE #-} qualified GI.NM.Structs.Range as NM.Range
import {-# SOURCE #-} qualified GI.NM.Structs.TCAction as NM.TCAction
import {-# SOURCE #-} qualified GI.NM.Structs.TCQdisc as NM.TCQdisc
import {-# SOURCE #-} qualified GI.NM.Structs.TCTfilter as NM.TCTfilter
import {-# SOURCE #-} qualified GI.NM.Structs.TeamLinkWatcher as NM.TeamLinkWatcher
import {-# SOURCE #-} qualified GI.NM.Structs.VariantAttributeSpec as NM.VariantAttributeSpec
#else
import qualified GI.GObject.Objects.Object as GObject.Object
import {-# SOURCE #-} qualified GI.NM.Objects.Device as NM.Device
import {-# SOURCE #-} qualified GI.NM.Objects.DeviceEthernet as NM.DeviceEthernet
import {-# SOURCE #-} qualified GI.NM.Objects.Object as NM.Object
#endif
newtype DeviceVeth = DeviceVeth (SP.ManagedPtr DeviceVeth)
deriving (DeviceVeth -> DeviceVeth -> Bool
(DeviceVeth -> DeviceVeth -> Bool)
-> (DeviceVeth -> DeviceVeth -> Bool) -> Eq DeviceVeth
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: DeviceVeth -> DeviceVeth -> Bool
== :: DeviceVeth -> DeviceVeth -> Bool
$c/= :: DeviceVeth -> DeviceVeth -> Bool
/= :: DeviceVeth -> DeviceVeth -> Bool
Eq)
instance SP.ManagedPtrNewtype DeviceVeth where
toManagedPtr :: DeviceVeth -> ManagedPtr DeviceVeth
toManagedPtr (DeviceVeth ManagedPtr DeviceVeth
p) = ManagedPtr DeviceVeth
p
foreign import ccall "nm_device_veth_get_type"
c_nm_device_veth_get_type :: IO B.Types.GType
instance B.Types.TypedObject DeviceVeth where
glibType :: IO GType
glibType = IO GType
c_nm_device_veth_get_type
instance B.Types.GObject DeviceVeth
class (SP.GObject o, O.IsDescendantOf DeviceVeth o) => IsDeviceVeth o
instance (SP.GObject o, O.IsDescendantOf DeviceVeth o) => IsDeviceVeth o
instance O.HasParentTypes DeviceVeth
type instance O.ParentTypes DeviceVeth = '[NM.DeviceEthernet.DeviceEthernet, NM.Device.Device, NM.Object.Object, GObject.Object.Object]
toDeviceVeth :: (MIO.MonadIO m, IsDeviceVeth o) => o -> m DeviceVeth
toDeviceVeth :: forall (m :: * -> *) o.
(MonadIO m, IsDeviceVeth o) =>
o -> m DeviceVeth
toDeviceVeth = IO DeviceVeth -> m DeviceVeth
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO DeviceVeth -> m DeviceVeth)
-> (o -> IO DeviceVeth) -> o -> m DeviceVeth
forall b c a. (b -> c) -> (a -> b) -> a -> c
. (ManagedPtr DeviceVeth -> DeviceVeth) -> o -> IO DeviceVeth
forall o o'.
(HasCallStack, ManagedPtrNewtype o, TypedObject o,
ManagedPtrNewtype o', TypedObject o') =>
(ManagedPtr o' -> o') -> o -> IO o'
B.ManagedPtr.unsafeCastTo ManagedPtr DeviceVeth -> DeviceVeth
DeviceVeth
instance B.GValue.IsGValue (Maybe DeviceVeth) where
gvalueGType_ :: IO GType
gvalueGType_ = IO GType
c_nm_device_veth_get_type
gvalueSet_ :: Ptr GValue -> Maybe DeviceVeth -> IO ()
gvalueSet_ Ptr GValue
gv Maybe DeviceVeth
P.Nothing = Ptr GValue -> Ptr DeviceVeth -> IO ()
forall a. GObject a => Ptr GValue -> Ptr a -> IO ()
B.GValue.set_object Ptr GValue
gv (Ptr DeviceVeth
forall a. Ptr a
FP.nullPtr :: FP.Ptr DeviceVeth)
gvalueSet_ Ptr GValue
gv (P.Just DeviceVeth
obj) = DeviceVeth -> (Ptr DeviceVeth -> IO ()) -> IO ()
forall a c.
(HasCallStack, ManagedPtrNewtype a) =>
a -> (Ptr a -> IO c) -> IO c
B.ManagedPtr.withManagedPtr DeviceVeth
obj (Ptr GValue -> Ptr DeviceVeth -> IO ()
forall a. GObject a => Ptr GValue -> Ptr a -> IO ()
B.GValue.set_object Ptr GValue
gv)
gvalueGet_ :: Ptr GValue -> IO (Maybe DeviceVeth)
gvalueGet_ Ptr GValue
gv = do
Ptr DeviceVeth
ptr <- Ptr GValue -> IO (Ptr DeviceVeth)
forall a. GObject a => Ptr GValue -> IO (Ptr a)
B.GValue.get_object Ptr GValue
gv :: IO (FP.Ptr DeviceVeth)
if Ptr DeviceVeth
ptr Ptr DeviceVeth -> Ptr DeviceVeth -> Bool
forall a. Eq a => a -> a -> Bool
/= Ptr DeviceVeth
forall a. Ptr a
FP.nullPtr
then DeviceVeth -> Maybe DeviceVeth
forall a. a -> Maybe a
P.Just (DeviceVeth -> Maybe DeviceVeth)
-> IO DeviceVeth -> IO (Maybe DeviceVeth)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
<$> (ManagedPtr DeviceVeth -> DeviceVeth)
-> Ptr DeviceVeth -> IO DeviceVeth
forall a b.
(HasCallStack, GObject a, GObject b) =>
(ManagedPtr a -> a) -> Ptr b -> IO a
B.ManagedPtr.newObject ManagedPtr DeviceVeth -> DeviceVeth
DeviceVeth Ptr DeviceVeth
ptr
else Maybe DeviceVeth -> IO (Maybe DeviceVeth)
forall a. a -> IO a
forall (m :: * -> *) a. Monad m => a -> m a
return Maybe DeviceVeth
forall a. Maybe a
P.Nothing
#if defined(ENABLE_OVERLOADING)
type family ResolveDeviceVethMethod (t :: Symbol) (o :: DK.Type) :: DK.Type where
ResolveDeviceVethMethod "bindProperty" o = GObject.Object.ObjectBindPropertyMethodInfo
ResolveDeviceVethMethod "bindPropertyFull" o = GObject.Object.ObjectBindPropertyFullMethodInfo
ResolveDeviceVethMethod "connectionCompatible" o = NM.Device.DeviceConnectionCompatibleMethodInfo
ResolveDeviceVethMethod "connectionValid" o = NM.Device.DeviceConnectionValidMethodInfo
ResolveDeviceVethMethod "delete" o = NM.Device.DeviceDeleteMethodInfo
ResolveDeviceVethMethod "deleteAsync" o = NM.Device.DeviceDeleteAsyncMethodInfo
ResolveDeviceVethMethod "deleteFinish" o = NM.Device.DeviceDeleteFinishMethodInfo
ResolveDeviceVethMethod "disconnect" o = NM.Device.DeviceDisconnectMethodInfo
ResolveDeviceVethMethod "disconnectAsync" o = NM.Device.DeviceDisconnectAsyncMethodInfo
ResolveDeviceVethMethod "disconnectFinish" o = NM.Device.DeviceDisconnectFinishMethodInfo
ResolveDeviceVethMethod "filterConnections" o = NM.Device.DeviceFilterConnectionsMethodInfo
ResolveDeviceVethMethod "forceFloating" o = GObject.Object.ObjectForceFloatingMethodInfo
ResolveDeviceVethMethod "freezeNotify" o = GObject.Object.ObjectFreezeNotifyMethodInfo
ResolveDeviceVethMethod "getv" o = GObject.Object.ObjectGetvMethodInfo
ResolveDeviceVethMethod "isFloating" o = GObject.Object.ObjectIsFloatingMethodInfo
ResolveDeviceVethMethod "isReal" o = NM.Device.DeviceIsRealMethodInfo
ResolveDeviceVethMethod "isSoftware" o = NM.Device.DeviceIsSoftwareMethodInfo
ResolveDeviceVethMethod "notify" o = GObject.Object.ObjectNotifyMethodInfo
ResolveDeviceVethMethod "notifyByPspec" o = GObject.Object.ObjectNotifyByPspecMethodInfo
ResolveDeviceVethMethod "reapply" o = NM.Device.DeviceReapplyMethodInfo
ResolveDeviceVethMethod "reapplyAsync" o = NM.Device.DeviceReapplyAsyncMethodInfo
ResolveDeviceVethMethod "reapplyFinish" o = NM.Device.DeviceReapplyFinishMethodInfo
ResolveDeviceVethMethod "ref" o = GObject.Object.ObjectRefMethodInfo
ResolveDeviceVethMethod "refSink" o = GObject.Object.ObjectRefSinkMethodInfo
ResolveDeviceVethMethod "runDispose" o = GObject.Object.ObjectRunDisposeMethodInfo
ResolveDeviceVethMethod "stealData" o = GObject.Object.ObjectStealDataMethodInfo
ResolveDeviceVethMethod "stealQdata" o = GObject.Object.ObjectStealQdataMethodInfo
ResolveDeviceVethMethod "thawNotify" o = GObject.Object.ObjectThawNotifyMethodInfo
ResolveDeviceVethMethod "unref" o = GObject.Object.ObjectUnrefMethodInfo
ResolveDeviceVethMethod "watchClosure" o = GObject.Object.ObjectWatchClosureMethodInfo
ResolveDeviceVethMethod "getActiveConnection" o = NM.Device.DeviceGetActiveConnectionMethodInfo
ResolveDeviceVethMethod "getAppliedConnection" o = NM.Device.DeviceGetAppliedConnectionMethodInfo
ResolveDeviceVethMethod "getAppliedConnectionAsync" o = NM.Device.DeviceGetAppliedConnectionAsyncMethodInfo
ResolveDeviceVethMethod "getAppliedConnectionFinish" o = NM.Device.DeviceGetAppliedConnectionFinishMethodInfo
ResolveDeviceVethMethod "getAutoconnect" o = NM.Device.DeviceGetAutoconnectMethodInfo
ResolveDeviceVethMethod "getAvailableConnections" o = NM.Device.DeviceGetAvailableConnectionsMethodInfo
ResolveDeviceVethMethod "getCapabilities" o = NM.Device.DeviceGetCapabilitiesMethodInfo
ResolveDeviceVethMethod "getCarrier" o = NM.DeviceEthernet.DeviceEthernetGetCarrierMethodInfo
ResolveDeviceVethMethod "getClient" o = NM.Object.ObjectGetClientMethodInfo
ResolveDeviceVethMethod "getConnectivity" o = NM.Device.DeviceGetConnectivityMethodInfo
ResolveDeviceVethMethod "getData" o = GObject.Object.ObjectGetDataMethodInfo
ResolveDeviceVethMethod "getDescription" o = NM.Device.DeviceGetDescriptionMethodInfo
ResolveDeviceVethMethod "getDeviceType" o = NM.Device.DeviceGetDeviceTypeMethodInfo
ResolveDeviceVethMethod "getDhcp4Config" o = NM.Device.DeviceGetDhcp4ConfigMethodInfo
ResolveDeviceVethMethod "getDhcp6Config" o = NM.Device.DeviceGetDhcp6ConfigMethodInfo
ResolveDeviceVethMethod "getDriver" o = NM.Device.DeviceGetDriverMethodInfo
ResolveDeviceVethMethod "getDriverVersion" o = NM.Device.DeviceGetDriverVersionMethodInfo
ResolveDeviceVethMethod "getFirmwareMissing" o = NM.Device.DeviceGetFirmwareMissingMethodInfo
ResolveDeviceVethMethod "getFirmwareVersion" o = NM.Device.DeviceGetFirmwareVersionMethodInfo
ResolveDeviceVethMethod "getHwAddress" o = NM.Device.DeviceGetHwAddressMethodInfo
ResolveDeviceVethMethod "getIface" o = NM.Device.DeviceGetIfaceMethodInfo
ResolveDeviceVethMethod "getInterfaceFlags" o = NM.Device.DeviceGetInterfaceFlagsMethodInfo
ResolveDeviceVethMethod "getIp4Config" o = NM.Device.DeviceGetIp4ConfigMethodInfo
ResolveDeviceVethMethod "getIp6Config" o = NM.Device.DeviceGetIp6ConfigMethodInfo
ResolveDeviceVethMethod "getIpIface" o = NM.Device.DeviceGetIpIfaceMethodInfo
ResolveDeviceVethMethod "getLldpNeighbors" o = NM.Device.DeviceGetLldpNeighborsMethodInfo
ResolveDeviceVethMethod "getManaged" o = NM.Device.DeviceGetManagedMethodInfo
ResolveDeviceVethMethod "getMetered" o = NM.Device.DeviceGetMeteredMethodInfo
ResolveDeviceVethMethod "getMtu" o = NM.Device.DeviceGetMtuMethodInfo
ResolveDeviceVethMethod "getNmPluginMissing" o = NM.Device.DeviceGetNmPluginMissingMethodInfo
ResolveDeviceVethMethod "getPath" o = NM.Device.DeviceGetPathMethodInfo
ResolveDeviceVethMethod "getPeer" o = DeviceVethGetPeerMethodInfo
ResolveDeviceVethMethod "getPermanentHwAddress" o = NM.DeviceEthernet.DeviceEthernetGetPermanentHwAddressMethodInfo
ResolveDeviceVethMethod "getPhysicalPortId" o = NM.Device.DeviceGetPhysicalPortIdMethodInfo
ResolveDeviceVethMethod "getPorts" o = NM.Device.DeviceGetPortsMethodInfo
ResolveDeviceVethMethod "getProduct" o = NM.Device.DeviceGetProductMethodInfo
ResolveDeviceVethMethod "getProperty" o = GObject.Object.ObjectGetPropertyMethodInfo
ResolveDeviceVethMethod "getQdata" o = GObject.Object.ObjectGetQdataMethodInfo
ResolveDeviceVethMethod "getS390Subchannels" o = NM.DeviceEthernet.DeviceEthernetGetS390SubchannelsMethodInfo
ResolveDeviceVethMethod "getSettingType" o = NM.Device.DeviceGetSettingTypeMethodInfo
ResolveDeviceVethMethod "getSpeed" o = NM.DeviceEthernet.DeviceEthernetGetSpeedMethodInfo
ResolveDeviceVethMethod "getState" o = NM.Device.DeviceGetStateMethodInfo
ResolveDeviceVethMethod "getStateReason" o = NM.Device.DeviceGetStateReasonMethodInfo
ResolveDeviceVethMethod "getTypeDescription" o = NM.Device.DeviceGetTypeDescriptionMethodInfo
ResolveDeviceVethMethod "getUdi" o = NM.Device.DeviceGetUdiMethodInfo
ResolveDeviceVethMethod "getVendor" o = NM.Device.DeviceGetVendorMethodInfo
ResolveDeviceVethMethod "setAutoconnect" o = NM.Device.DeviceSetAutoconnectMethodInfo
ResolveDeviceVethMethod "setData" o = GObject.Object.ObjectSetDataMethodInfo
ResolveDeviceVethMethod "setDataFull" o = GObject.Object.ObjectSetDataFullMethodInfo
ResolveDeviceVethMethod "setManaged" o = NM.Device.DeviceSetManagedMethodInfo
ResolveDeviceVethMethod "setProperty" o = GObject.Object.ObjectSetPropertyMethodInfo
ResolveDeviceVethMethod l o = O.MethodResolutionFailed l o
instance (info ~ ResolveDeviceVethMethod t DeviceVeth, O.OverloadedMethod info DeviceVeth p) => OL.IsLabel t (DeviceVeth -> p) where
#if MIN_VERSION_base(4,10,0)
fromLabel = O.overloadedMethod @info
#else
fromLabel _ = O.overloadedMethod @info
#endif
#if MIN_VERSION_base(4,13,0)
instance (info ~ ResolveDeviceVethMethod t DeviceVeth, O.OverloadedMethod info DeviceVeth p, R.HasField t DeviceVeth p) => R.HasField t DeviceVeth p where
getField = O.overloadedMethod @info
#endif
instance (info ~ ResolveDeviceVethMethod t DeviceVeth, O.OverloadedMethodInfo info DeviceVeth) => OL.IsLabel t (O.MethodProxy info DeviceVeth) where
#if MIN_VERSION_base(4,10,0)
fromLabel = O.MethodProxy
#else
fromLabel _ = O.MethodProxy
#endif
#endif
getDeviceVethPeer :: (MonadIO m, IsDeviceVeth o) => o -> m NM.Device.Device
getDeviceVethPeer :: forall (m :: * -> *) o.
(MonadIO m, IsDeviceVeth o) =>
o -> m Device
getDeviceVethPeer o
obj = IO Device -> m Device
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO Device -> m Device) -> IO Device -> m Device
forall a b. (a -> b) -> a -> b
$ Text -> IO (Maybe Device) -> IO Device
forall a. HasCallStack => Text -> IO (Maybe a) -> IO a
checkUnexpectedNothing Text
"getDeviceVethPeer" (IO (Maybe Device) -> IO Device) -> IO (Maybe Device) -> IO Device
forall a b. (a -> b) -> a -> b
$ o -> String -> (ManagedPtr Device -> Device) -> IO (Maybe Device)
forall a b.
(GObject a, GObject b) =>
a -> String -> (ManagedPtr b -> b) -> IO (Maybe b)
B.Properties.getObjectPropertyObject o
obj String
"peer" ManagedPtr Device -> Device
NM.Device.Device
#if defined(ENABLE_OVERLOADING)
data DeviceVethPeerPropertyInfo
instance AttrInfo DeviceVethPeerPropertyInfo where
type AttrAllowedOps DeviceVethPeerPropertyInfo = '[ 'AttrGet, 'AttrClear]
type AttrBaseTypeConstraint DeviceVethPeerPropertyInfo = IsDeviceVeth
type AttrSetTypeConstraint DeviceVethPeerPropertyInfo = (~) ()
type AttrTransferTypeConstraint DeviceVethPeerPropertyInfo = (~) ()
type AttrTransferType DeviceVethPeerPropertyInfo = ()
type AttrGetType DeviceVethPeerPropertyInfo = NM.Device.Device
type AttrLabel DeviceVethPeerPropertyInfo = "peer"
type AttrOrigin DeviceVethPeerPropertyInfo = DeviceVeth
attrGet = getDeviceVethPeer
attrSet = undefined
attrTransfer _ = undefined
attrConstruct = undefined
attrClear = undefined
dbgAttrInfo = P.Just (O.ResolvedSymbolInfo {
O.resolvedSymbolName = "GI.NM.Objects.DeviceVeth.peer"
, O.resolvedSymbolURL = "https://hackage.haskell.org/package/gi-nm-1.0.1/docs/GI-NM-Objects-DeviceVeth.html#g:attr:peer"
})
#endif
#if defined(ENABLE_OVERLOADING)
instance O.HasAttributeList DeviceVeth
type instance O.AttributeList DeviceVeth = DeviceVethAttributeList
type DeviceVethAttributeList = ('[ '("activeConnection", NM.Device.DeviceActiveConnectionPropertyInfo), '("autoconnect", NM.Device.DeviceAutoconnectPropertyInfo), '("availableConnections", NM.Device.DeviceAvailableConnectionsPropertyInfo), '("capabilities", NM.Device.DeviceCapabilitiesPropertyInfo), '("carrier", NM.DeviceEthernet.DeviceEthernetCarrierPropertyInfo), '("client", NM.Object.ObjectClientPropertyInfo), '("deviceType", NM.Device.DeviceDeviceTypePropertyInfo), '("dhcp4Config", NM.Device.DeviceDhcp4ConfigPropertyInfo), '("dhcp6Config", NM.Device.DeviceDhcp6ConfigPropertyInfo), '("driver", NM.Device.DeviceDriverPropertyInfo), '("driverVersion", NM.Device.DeviceDriverVersionPropertyInfo), '("firmwareMissing", NM.Device.DeviceFirmwareMissingPropertyInfo), '("firmwareVersion", NM.Device.DeviceFirmwareVersionPropertyInfo), '("hwAddress", NM.Device.DeviceHwAddressPropertyInfo), '("interface", NM.Device.DeviceInterfacePropertyInfo), '("interfaceFlags", NM.Device.DeviceInterfaceFlagsPropertyInfo), '("ipInterface", NM.Device.DeviceIpInterfacePropertyInfo), '("ip4Config", NM.Device.DeviceIp4ConfigPropertyInfo), '("ip4Connectivity", NM.Device.DeviceIp4ConnectivityPropertyInfo), '("ip6Config", NM.Device.DeviceIp6ConfigPropertyInfo), '("ip6Connectivity", NM.Device.DeviceIp6ConnectivityPropertyInfo), '("lldpNeighbors", NM.Device.DeviceLldpNeighborsPropertyInfo), '("managed", NM.Device.DeviceManagedPropertyInfo), '("metered", NM.Device.DeviceMeteredPropertyInfo), '("mtu", NM.Device.DeviceMtuPropertyInfo), '("nmPluginMissing", NM.Device.DeviceNmPluginMissingPropertyInfo), '("path", NM.Device.DevicePathPropertyInfo), '("peer", DeviceVethPeerPropertyInfo), '("permHwAddress", NM.DeviceEthernet.DeviceEthernetPermHwAddressPropertyInfo), '("physicalPortId", NM.Device.DevicePhysicalPortIdPropertyInfo), '("ports", NM.Device.DevicePortsPropertyInfo), '("product", NM.Device.DeviceProductPropertyInfo), '("real", NM.Device.DeviceRealPropertyInfo), '("s390Subchannels", NM.DeviceEthernet.DeviceEthernetS390SubchannelsPropertyInfo), '("speed", NM.DeviceEthernet.DeviceEthernetSpeedPropertyInfo), '("state", NM.Device.DeviceStatePropertyInfo), '("stateReason", NM.Device.DeviceStateReasonPropertyInfo), '("udi", NM.Device.DeviceUdiPropertyInfo), '("vendor", NM.Device.DeviceVendorPropertyInfo)] :: [(Symbol, DK.Type)])
#endif
#if defined(ENABLE_OVERLOADING)
deviceVethPeer :: AttrLabelProxy "peer"
deviceVethPeer = AttrLabelProxy
#endif
#if defined(ENABLE_OVERLOADING)
type instance O.SignalList DeviceVeth = DeviceVethSignalList
type DeviceVethSignalList = ('[ '("notify", GObject.Object.ObjectNotifySignalInfo), '("stateChanged", NM.Device.DeviceStateChangedSignalInfo)] :: [(Symbol, DK.Type)])
#endif
foreign import ccall "nm_device_veth_get_peer" nm_device_veth_get_peer ::
Ptr DeviceVeth ->
IO (Ptr NM.Device.Device)
deviceVethGetPeer ::
(B.CallStack.HasCallStack, MonadIO m, IsDeviceVeth a) =>
a
-> m NM.Device.Device
deviceVethGetPeer :: forall (m :: * -> *) a.
(HasCallStack, MonadIO m, IsDeviceVeth a) =>
a -> m Device
deviceVethGetPeer a
device = IO Device -> m Device
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
liftIO (IO Device -> m Device) -> IO Device -> m Device
forall a b. (a -> b) -> a -> b
$ do
Ptr DeviceVeth
device' <- a -> IO (Ptr DeviceVeth)
forall a b. (HasCallStack, ManagedPtrNewtype a) => a -> IO (Ptr b)
unsafeManagedPtrCastPtr a
device
Ptr Device
result <- Ptr DeviceVeth -> IO (Ptr Device)
nm_device_veth_get_peer Ptr DeviceVeth
device'
Text -> Ptr Device -> IO ()
forall a. HasCallStack => Text -> Ptr a -> IO ()
checkUnexpectedReturnNULL Text
"deviceVethGetPeer" Ptr Device
result
Device
result' <- ((ManagedPtr Device -> Device) -> Ptr Device -> IO Device
forall a b.
(HasCallStack, GObject a, GObject b) =>
(ManagedPtr a -> a) -> Ptr b -> IO a
newObject ManagedPtr Device -> Device
NM.Device.Device) Ptr Device
result
a -> IO ()
forall a. ManagedPtrNewtype a => a -> IO ()
touchManagedPtr a
device
Device -> IO Device
forall a. a -> IO a
forall (m :: * -> *) a. Monad m => a -> m a
return Device
result'
#if defined(ENABLE_OVERLOADING)
data DeviceVethGetPeerMethodInfo
instance (signature ~ (m NM.Device.Device), MonadIO m, IsDeviceVeth a) => O.OverloadedMethod DeviceVethGetPeerMethodInfo a signature where
overloadedMethod = deviceVethGetPeer
instance O.OverloadedMethodInfo DeviceVethGetPeerMethodInfo a where
overloadedMethodInfo = P.Just (O.ResolvedSymbolInfo {
O.resolvedSymbolName = "GI.NM.Objects.DeviceVeth.deviceVethGetPeer",
O.resolvedSymbolURL = "https://hackage.haskell.org/package/gi-nm-1.0.1/docs/GI-NM-Objects-DeviceVeth.html#v:deviceVethGetPeer"
})
#endif