Warning, /frameworks/networkmanager-qt/src/dbus/introspection/org.freedesktop.NetworkManager.Device.Macvlan.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <node name="/">
0003   <interface name="org.freedesktop.NetworkManager.Device.Macvlan">
0004 
0005     <!--
0006         Parent:
0007 
0008         The object path of the parent device.
0009     -->
0010     <property name="Parent" type="o" access="read"/>
0011 
0012     <!--
0013         Mode:
0014 
0015         The macvlan mode, one of "private", "vepa", "bridge", or "passthru".
0016     -->
0017     <property name="Mode" type="s" access="read"/>
0018 
0019     <!--
0020         NoPromisc:
0021 
0022         Whether the device is blocked from going into promiscuous mode.
0023     -->
0024     <property name="NoPromisc" type="b" access="read"/>
0025 
0026     <!--
0027         Tap:
0028 
0029         Whether the device is a macvtap.
0030     -->
0031     <property name="Tap" type="b" access="read"/>
0032 
0033     <!--
0034         PropertiesChanged:
0035         @properties: A dictionary mapping property names to variant boxed values
0036 
0037         DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
0038     -->
0039     <signal name="PropertiesChanged">
0040       <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
0041       <arg name="properties" type="a{sv}" direction="In"/>
0042     </signal>
0043   </interface>
0044 </node>