Warning, /frameworks/networkmanager-qt/src/dbus/introspection/org.freedesktop.NetworkManager.Device.Tun.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.Tun">
0004 
0005     <!--
0006         Owner:
0007 
0008         The uid of the tunnel owner, or -1 if it has no owner.
0009     -->
0010     <property name="Owner" type="x" access="read"/>
0011 
0012     <!--
0013         Group:
0014 
0015         The gid of the tunnel group, or -1 if it has no owner.
0016     -->
0017     <property name="Group" type="x" access="read"/>
0018 
0019     <!--
0020         Mode:
0021 
0022         The tunnel mode, either "tun" or "tap".
0023     -->
0024     <property name="Mode" type="s" access="read"/>
0025 
0026     <!--
0027         NoPi:
0028 
0029         The tunnel's "TUN_NO_PI" flag; true if no protocol info is prepended to
0030         the tunnel packets.
0031     -->
0032     <property name="NoPi" type="b" access="read"/>
0033 
0034     <!--
0035         VnetHdr:
0036 
0037         The tunnel's "TUN_VNET_HDR" flag; true if the tunnel packets include a
0038         virtio network header.
0039     -->
0040     <property name="VnetHdr" type="b" access="read"/>
0041 
0042     <!--
0043         MultiQueue:
0044 
0045         The tunnel's "TUN_TAP_MQ" flag; true if callers can connect to the tap
0046         device multiple times, for multiple send/receive queues.
0047     -->
0048     <property name="MultiQueue" type="b" access="read"/>
0049 
0050     <!--
0051         HwAddress:
0052 
0053         Hardware address of the device.
0054     -->
0055     <property name="HwAddress" type="s" access="read"/>
0056 
0057     <!--
0058         PropertiesChanged:
0059         @properties: A dictionary mapping property names to variant boxed values
0060 
0061         DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
0062     -->
0063     <signal name="PropertiesChanged">
0064       <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
0065       <arg name="properties" type="a{sv}" direction="In"/>
0066     </signal>
0067   </interface>
0068 </node>