2016-04-05 01:09:48 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<node name="/">
|
2013-05-03 13:55:51 -04:00
|
|
|
<interface name="org.freedesktop.NetworkManager.Device.Veth">
|
|
|
|
|
|
2016-04-05 01:09:48 +02:00
|
|
|
<!--
|
|
|
|
|
Peer:
|
|
|
|
|
|
2013-05-03 13:55:51 -04:00
|
|
|
The object path of the device's peer.
|
2016-04-05 01:09:48 +02:00
|
|
|
-->
|
|
|
|
|
<property name="Peer" type="o" access="read"/>
|
2013-05-03 13:55:51 -04:00
|
|
|
|
2016-04-05 01:09:48 +02:00
|
|
|
<!--
|
|
|
|
|
PropertiesChanged:
|
|
|
|
|
@properties: A dictionary mapping property names to variant boxed values
|
|
|
|
|
-->
|
2013-05-03 13:55:51 -04:00
|
|
|
<signal name="PropertiesChanged">
|
2016-04-05 11:27:17 +02:00
|
|
|
<arg name="properties" type="a{sv}"/>
|
2013-05-03 13:55:51 -04:00
|
|
|
</signal>
|
|
|
|
|
</interface>
|
|
|
|
|
</node>
|