mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 01:47:58 +02:00
introspection: unbreak o.fd.NM.Device.WifiP2p StartFind() docstring
This one attempts to document an option dictionary in a manner that has been deemed criminal by the high court of gdbus-codegen. Beat it back into shape.
This commit is contained in:
parent
fe9ef5e151
commit
87d16e7020
1 changed files with 11 additions and 3 deletions
|
|
@ -26,11 +26,19 @@
|
|||
|
||||
<!--
|
||||
StartFind:
|
||||
@options: Options of find. Currently, 'timeout' option with value of "i"
|
||||
in the range of 1-600 seconds is supported. The default is
|
||||
30 seconds.
|
||||
@options: Options of find.
|
||||
|
||||
Start a find operation for Wi-Fi P2P peers.
|
||||
|
||||
The %options argument accepts the following keys:
|
||||
|
||||
<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>
|
||||
-->
|
||||
<method name="StartFind">
|
||||
<arg name="options" type="a{sv}" direction="in"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue