Warning, /frameworks/networkmanager-qt/src/dbus/introspection/org.freedesktop.NetworkManager.VPN.Connection.xml is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <node name="/">
0003
0004 <!--
0005 org.freedesktop.NetworkManager.VPN.Connection:
0006
0007 Represents an active connection to a Virtual Private Network.
0008 -->
0009 <interface name="org.freedesktop.NetworkManager.VPN.Connection">
0010 <annotation name="org.gtk.GDBus.C.Name" value="VpnConnection"/>
0011
0012 <!--
0013 PropertiesChanged:
0014 @properties: A dictionary mapping property names to variant boxed values
0015
0016 DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
0017 -->
0018 <signal name="PropertiesChanged">
0019 <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
0020 <arg name="properties" type="a{sv}" direction="In"/>
0021 </signal>
0022
0023 <!--
0024 VpnState:
0025
0026 The VPN-specific state of the connection.
0027
0028 Returns: <link linkend="NMVpnConnectionState">NMVpnConnectionState</link>
0029 -->
0030 <property name="VpnState" type="u" access="read"/>
0031
0032 <!--
0033 Banner:
0034
0035 The banner string of the VPN connection.
0036 -->
0037 <property name="Banner" type="s" access="read"/>
0038
0039 <!--
0040 VpnStateChanged:
0041 @state: (<link linkend="NMVpnConnectionState">NMVpnConnectionState</link>) The new state of the VPN connection.
0042 @reason: (<link linkend="NMVpnConnectionStateReason">NMVpnConnectionStateReason</link>) Reason code describing the change to the new state.
0043
0044 Emitted when the state of the VPN connection has changed.
0045 -->
0046 <signal name="VpnStateChanged">
0047 <arg name="state" type="u"/>
0048 <arg name="reason" type="u"/>
0049 </signal>
0050 </interface>
0051 </node>