From 58f8be580039b0575b197b9573a1c92745d96d30 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 17 Jan 2017 20:25:09 +0100 Subject: New upstream version 1.5.90 --- ...g.freedesktop.NetworkManager.VPN.Connection.xml | 89 ++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.VPN.Connection.xml (limited to 'docs/api/dbus-org.freedesktop.NetworkManager.VPN.Connection.xml') diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.VPN.Connection.xml b/docs/api/dbus-org.freedesktop.NetworkManager.VPN.Connection.xml new file mode 100644 index 00000000..523acbba --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.VPN.Connection.xml @@ -0,0 +1,89 @@ + + + + org.freedesktop.NetworkManager.VPN.Connection + org.freedesktop.NetworkManager.VPN.Connection + org.freedesktop.NetworkManager.VPN.Connection + Signals + +PropertiesChanged (a{sv} properties); +VpnStateChanged (u state, + u reason); + + + + Properties + +VpnState readable u +Banner readable s + + + + Description + Represents an active connection to a Virtual Private Network. + + + + Signal Details + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.VPN.Connection::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + A dictionary mapping property names to variant boxed values + + + + + The "VpnStateChanged" signal + org.freedesktop.NetworkManager.VPN.Connection::VpnStateChanged + +VpnStateChanged (u state, + u reason); + + Emitted when the state of the VPN connection has changed. + + + + u state: + (NMVpnConnectionState) The new state of the VPN connection. + + + u reason: + (NMVpnConnectionStateReason) Reason code describing the change to the new state. + + + + + + Property Details + + The "VpnState" property + org.freedesktop.NetworkManager.VPN.Connection:VpnState + +VpnState readable u + + The VPN-specific state of the connection. + Returns: NMVpnConnectionState + + + + The "Banner" property + org.freedesktop.NetworkManager.VPN.Connection:Banner + +Banner readable s + + The banner string of the VPN connection. + + + + + -- cgit 1.3.0-6-gf8a5