diff options
| author | Michael Biebl <biebl@debian.org> | 2022-08-12 19:21:11 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-08-12 19:21:11 +0200 |
| commit | 6accbd3ec0e42d8633bbde4d47ed7bfe854e7e0b (patch) | |
| tree | a77a0617213a5183a4de43824e3fbae9779e9b8e /docs/api/dbus-org.freedesktop.NetworkManager.VPN.Connection.xml | |
| parent | f7c750061dab327e638c0129cfafd5b2215b3a2e (diff) | |
New upstream version 1.38.4 upstream/1.38.4
Diffstat (limited to 'docs/api/dbus-org.freedesktop.NetworkManager.VPN.Connection.xml')
| -rw-r--r-- | docs/api/dbus-org.freedesktop.NetworkManager.VPN.Connection.xml | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.VPN.Connection.xml b/docs/api/dbus-org.freedesktop.NetworkManager.VPN.Connection.xml index 1ba37bf2..6a23fae4 100644 --- a/docs/api/dbus-org.freedesktop.NetworkManager.VPN.Connection.xml +++ b/docs/api/dbus-org.freedesktop.NetworkManager.VPN.Connection.xml @@ -21,7 +21,8 @@ </refsect1> <refsect1 role="desc" id="gdbus-interface-org-freedesktop-NetworkManager-VPN-Connection"> <title role="desc.title">Description</title> - <para> Represents an active connection to a Virtual Private Network. + <para> +Represents an active connection to a Virtual Private Network. </para> </refsect1> <refsect1 role="details" id="gdbus-signals-org.freedesktop.NetworkManager.VPN.Connection"> @@ -33,16 +34,21 @@ VpnStateChanged (u state, u reason); </programlisting> -<para> Emitted when the state of the VPN connection has changed. +<para> +Emitted when the state of the VPN connection has changed. </para> <variablelist role="params"> <varlistentry> <term><literal>u <parameter>state</parameter></literal>:</term> - <listitem><para>(<link linkend="NMVpnConnectionState">NMVpnConnectionState</link>) The new state of the VPN connection.</para></listitem> + <listitem><para> +(<link linkend="NMVpnConnectionState">NMVpnConnectionState</link>) The new state of the VPN connection. +</para></listitem> </varlistentry> <varlistentry> <term><literal>u <parameter>reason</parameter></literal>:</term> - <listitem><para>(<link linkend="NMActiveConnectionStateReason">NMActiveConnectionStateReason</link>) Reason code describing the change to the new state.</para></listitem> + <listitem><para> +(<link linkend="NMActiveConnectionStateReason">NMActiveConnectionStateReason</link>) Reason code describing the change to the new state. +</para></listitem> </varlistentry> </variablelist> </refsect2> @@ -55,8 +61,10 @@ VpnStateChanged (u state, <programlisting> VpnState readable u </programlisting> -<para> The VPN-specific state of the connection. -</para><para> Returns: <link linkend="NMVpnConnectionState">NMVpnConnectionState</link> +<para> +The VPN-specific state of the connection. +</para><para> +Returns: <link linkend="NMVpnConnectionState">NMVpnConnectionState</link> </para> </refsect2> <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-VPN-Connection.Banner"> @@ -65,7 +73,8 @@ VpnState readable u <programlisting> Banner readable s </programlisting> -<para> The banner string of the VPN connection. +<para> +The banner string of the VPN connection. </para> </refsect2> </refsect1> |