diff options
| author | Michael Biebl <biebl@debian.org> | 2016-04-06 00:47:13 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-04-06 00:47:13 +0200 |
| commit | 45bb35bff2a8d258aff2c1d9b68cce1787c7da62 (patch) | |
| tree | e9da08b1d189befb839889185b4f3304d389a60f /docs/api/html/gdbus-org.freedesktop.NetworkManager.VPN.Connection.html | |
| parent | d101696d539cd03172badbcde19e9a13e5707ee1 (diff) | |
| parent | 2bfb3eb7d0323e69affca154395f51d8b577414d (diff) | |
Merge tag 'upstream/1.1.93'
Upstream version 1.1.93
Diffstat (limited to 'docs/api/html/gdbus-org.freedesktop.NetworkManager.VPN.Connection.html')
| -rw-r--r-- | docs/api/html/gdbus-org.freedesktop.NetworkManager.VPN.Connection.html | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.VPN.Connection.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.VPN.Connection.html index ea6bd031..331d3a5e 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.VPN.Connection.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.VPN.Connection.html @@ -50,7 +50,8 @@ </div> <div class="refsect1"> <a name="gdbus-interface-org-freedesktop-NetworkManager-VPN-Connection"></a><h2>Description</h2> -<p>Represents an active connection to a Virtual Private Network.</p> +<p> Represents an active connection to a Virtual Private Network. +</p> </div> <div class="refsect1"> <a name="gdbus-signals-org.freedesktop.NetworkManager.VPN.Connection"></a><h2>Signal Details</h2> @@ -78,7 +79,8 @@ PropertiesChanged (a{sv} properties); VpnStateChanged (u state, u reason); </pre> -<p>Emitted when the state of the VPN connection has changed.</p> +<p> Emitted when the state of the VPN connection has changed. +</p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> @@ -87,11 +89,11 @@ VpnStateChanged (u state, <tbody> <tr> <td><p><span class="term"><code class="literal">u <em class="parameter"><code>state</code></em></code>:</span></p></td> -<td><p>The new state of the VPN connection.</p></td> +<td><p>(NMVpnConnectionState) The new state of the VPN connection.</p></td> </tr> <tr> <td><p><span class="term"><code class="literal">u <em class="parameter"><code>reason</code></em></code>:</span></p></td> -<td><p>Reason code describing the change to the new state.</p></td> +<td><p>(NMVpnConnectionStateReason) Reason code describing the change to the new state.</p></td> </tr> </tbody> </table></div> @@ -104,7 +106,10 @@ VpnStateChanged (u state, <pre class="programlisting"> VpnState readable u </pre> -<p>The VPN-specific state of the connection.</p> +<p> The VPN-specific state of the connection. +</p> +<p> Returns: NMVpnConnectionState +</p> </div> <hr> <div class="refsect2"> @@ -112,7 +117,8 @@ VpnState readable u <pre class="programlisting"> Banner readable s </pre> -<p>The banner string of the VPN connection.</p> +<p> The banner string of the VPN connection. +</p> </div> </div> </div> |