e06d0ceb7da32da88c6c73d50cf84950b763a434
[NetworkManager.git] / introspection / nm-device-veth.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
4   <interface name="org.freedesktop.NetworkManager.Device.Veth">
5
6     <property name="Peer" type="o" access="read">
7       <tp:docstring>
8         The object path of the device's peer.
9       </tp:docstring>
10     </property>
11
12     <signal name="PropertiesChanged">
13         <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
14             <tp:docstring>
15                 A dictionary mapping property names to variant boxed values
16             </tp:docstring>
17         </arg>
18     </signal>
19
20   </interface>
21 </node>