summary refs log tree commit diff
path: root/docs/api/dbus-org.freedesktop.NetworkManager.Device.WifiP2P.xml
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2022-08-12 19:27:49 +0200
committerMichael Biebl <biebl@debian.org>2022-08-12 19:27:49 +0200
commit3237c6678bee0411e44b2d2055fb16c2f86da218 (patch)
treee3d8a0dab846c99fa6132c945ec3bbd59b1cc170 /docs/api/dbus-org.freedesktop.NetworkManager.Device.WifiP2P.xml
parentb020a0dc29267ec099f631e93f214a0d3549ba40 (diff)
parent6accbd3ec0e42d8633bbde4d47ed7bfe854e7e0b (diff)
Update upstream source from tag 'upstream/1.38.4'
Update to upstream version '1.38.4'
with Debian dir 24b65b102e62687c29d90ce76c47d939b35b96ad
Diffstat (limited to 'docs/api/dbus-org.freedesktop.NetworkManager.Device.WifiP2P.xml')
-rw-r--r--docs/api/dbus-org.freedesktop.NetworkManager.Device.WifiP2P.xml55
1 files changed, 36 insertions, 19 deletions
diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.WifiP2P.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.WifiP2P.xml
index 78d31736..f34c309b 100644
--- a/docs/api/dbus-org.freedesktop.NetworkManager.Device.WifiP2P.xml
+++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.WifiP2P.xml
@@ -28,7 +28,9 @@
   </refsect1>
 <refsect1 role="desc" id="gdbus-interface-org-freedesktop-NetworkManager-Device-WifiP2P">
   <title role="desc.title">Description</title>
-  <para></para>
+  <para>
+</para><para>
+</para>
   <para role="since">Since 1.16</para>
 </refsect1>
 <refsect1 role="details" id="gdbus-methods-org.freedesktop.NetworkManager.Device.WifiP2P">
@@ -39,20 +41,25 @@
 <programlisting>
 StartFind (IN  a{sv} options);
 </programlisting>
-<para>        Start a find operation for Wi-Fi P2P peers.
-</para><para>        The <constant>options</constant> argument accepts the following keys:
-</para><para>        <variablelist>
-        <varlistentry>
-          <term><literal>i timeout</literal>:</term>
-          <listitem><para>Timeout value in the range of 1-600 seconds.</para>
-          <para>The default is 30 seconds.</para></listitem>
-        </varlistentry>
-        </variablelist>
+<para>
+Start a find operation for Wi-Fi P2P peers.
+</para><para>
+The <constant>options</constant> argument accepts the following keys:
+</para><para>
+<variablelist>
+<varlistentry>
+<term><literal>i timeout</literal>:</term>
+<listitem><para>Timeout value in the range of 1-600 seconds.</para>
+<para>The default is 30 seconds.</para></listitem>
+</varlistentry>
+</variablelist>
 </para>
 <variablelist role="params">
 <varlistentry>
   <term><literal>IN a{sv} <parameter>options</parameter></literal>:</term>
-  <listitem><para>Options of find.</para></listitem>
+  <listitem><para>
+Options of find.
+</para></listitem>
 </varlistentry>
 </variablelist>
 <para role="since">Since 1.16</para>
@@ -63,7 +70,8 @@ StartFind (IN  a{sv} options);
 <programlisting>
 StopFind ();
 </programlisting>
-<para>        Stop an ongoing find operation again.
+<para>
+Stop an ongoing find operation again.
 </para>
 <para role="since">Since 1.16</para>
 </refsect2>
@@ -76,12 +84,15 @@ StopFind ();
 <programlisting>
 PeerAdded (o peer);
 </programlisting>
-<para>        Emitted when a new Wi-Fi P2P peer is found by the device.
+<para>
+Emitted when a new Wi-Fi P2P peer is found by the device.
 </para>
 <variablelist role="params">
 <varlistentry>
   <term><literal>o <parameter>peer</parameter></literal>:</term>
-  <listitem><para>The object path of the newly found access point.</para></listitem>
+  <listitem><para>
+The object path of the newly found access point.
+</para></listitem>
 </varlistentry>
 </variablelist>
 <para role="since">Since 1.16</para>
@@ -92,12 +103,15 @@ PeerAdded (o peer);
 <programlisting>
 PeerRemoved (o peer);
 </programlisting>
-<para>        Emitted when a Wi-Fi P2P peer disappears from view of the device.
+<para>
+Emitted when a Wi-Fi P2P peer disappears from view of the device.
 </para>
 <variablelist role="params">
 <varlistentry>
   <term><literal>o <parameter>peer</parameter></literal>:</term>
-  <listitem><para>The object path of the Wi-Fi P2P peer that has disappeared.</para></listitem>
+  <listitem><para>
+The object path of the Wi-Fi P2P peer that has disappeared.
+</para></listitem>
 </varlistentry>
 </variablelist>
 <para role="since">Since 1.16</para>
@@ -111,8 +125,10 @@ PeerRemoved (o peer);
 <programlisting>
 HwAddress  readable   s
 </programlisting>
-<para>        The active hardware address of the device.
-</para><para>        DEPRECATED. Use the "HwAddress" property in "org.freedesktop.NetworkManager.Device" instead which exists since version NetworkManager 1.24.0.
+<para>
+The active hardware address of the device.
+</para><para>
+DEPRECATED. Use the "HwAddress" property in "org.freedesktop.NetworkManager.Device" instead which exists since version NetworkManager 1.24.0.
 </para>
 <para role="since">Since 1.16</para>
 </refsect2>
@@ -122,7 +138,8 @@ HwAddress  readable   s
 <programlisting>
 Peers  readable   ao
 </programlisting>
-<para>        List of object paths of peers visible to this Wi-Fi P2P device.
+<para>
+List of object paths of peers visible to this Wi-Fi P2P device.
 </para>
 <para role="since">Since 1.16</para>
 </refsect2>