diff options
| author | Michael Biebl <biebl@debian.org> | 2016-04-06 00:46:19 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-04-06 00:46:19 +0200 |
| commit | 2bfb3eb7d0323e69affca154395f51d8b577414d (patch) | |
| tree | e3130a5146441296df6d08a0f4ac7222a854c8f8 /docs/api/html/gdbus-org.freedesktop.NetworkManager.VPN.Connection.html | |
| parent | d9c99a29a0d3384c9c3d2adce430f5cb1134ab6a (diff) | |
Imported Upstream version 1.1.93 upstream/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> |