2016-04-05 01:09:48 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<node name= "/" >
2007-09-12 16:23:53 +00:00
2016-04-05 01:09:48 +02:00
<!--
org.freedesktop.NetworkManager.VPN.Connection:
2017-03-10 18:58:34 +01:00
@short_description: Active VPN Connection
2014-09-10 13:51:53 -04:00
2008-03-26 13:43:01 +00:00
Represents an active connection to a Virtual Private Network.
2016-04-05 01:09:48 +02:00
-->
<interface name= "org.freedesktop.NetworkManager.VPN.Connection" >
<annotation name= "org.gtk.GDBus.C.Name" value= "VpnConnection" />
2007-09-12 16:23:53 +00:00
2016-04-05 01:09:48 +02:00
<!--
PropertiesChanged:
@properties: A dictionary mapping property names to variant boxed values
2016-09-01 13:38:20 +02:00
DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
2016-04-05 01:09:48 +02:00
-->
2008-04-22 00:28:02 +00:00
<signal name= "PropertiesChanged" >
2016-04-05 11:27:17 +02:00
<arg name= "properties" type= "a{sv}" />
2008-04-22 00:28:02 +00:00
</signal>
2016-04-05 01:09:48 +02:00
<!--
VpnState:
The VPN-specific state of the connection.
2016-04-05 01:02:00 +02:00
Returns: <link linkend= "NMVpnConnectionState" > NMVpnConnectionState</link>
2016-04-05 01:09:48 +02:00
-->
<property name= "VpnState" type= "u" access= "read" />
<!--
Banner:
The banner string of the VPN connection.
-->
<property name= "Banner" type= "s" access= "read" />
<!--
VpnStateChanged:
2016-04-05 01:02:00 +02:00
@state: (<link linkend= "NMVpnConnectionState" > NMVpnConnectionState</link> ) The new state of the VPN connection.
2017-03-11 14:39:07 +01:00
@reason: (<link linkend= "NMActiveConnectionStateReason" > NMActiveConnectionStateReason</link> ) Reason code describing the change to the new state.
2007-09-12 16:23:53 +00:00
2008-02-28 02:07:21 +00:00
Emitted when the state of the VPN connection has changed.
2016-04-05 01:09:48 +02:00
-->
<signal name= "VpnStateChanged" >
<arg name= "state" type= "u" />
<arg name= "reason" type= "u" />
2007-09-12 16:23:53 +00:00
</signal>
</interface>
</node>