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:
Lubomir Rintel 2022-03-18 15:39:09 +01:00
parent fe9ef5e151
commit 87d16e7020

View file

@ -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"/>