diff options
| author | Michael Biebl <biebl@debian.org> | 2022-08-13 16:40:06 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-08-13 16:40:06 +0200 |
| commit | 38ca7ae9c3556e9a5b50ee15015ea194e6ca8da1 (patch) | |
| tree | 99f19f118f550362c3288e7b82a7aab3a75c8d64 /docs/api/dbus-org.freedesktop.NetworkManager.VPN.Connection.xml | |
| parent | c2473cb3f165975f2899ccef11f036c9762a8aa3 (diff) | |
| parent | 49ac65f875a36d7ebcbc8270cf0fc60acbb2e052 (diff) | |
Merge tag 'debian/1.38.4-1' into debian/bullseye-backports
network-manager Debian release 1.38.4-1
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> |