api,dbus: fix signature of the Scan() method in the 3GPP DBus interface
The Scan() method returns an array of dictionaries, where each dictionary is defined by a string key plus a variant data (not a string data). This is to handle the "status" and "access-tech" entries, which are given as unsigned integers.
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
</tp:docstring>
|
</tp:docstring>
|
||||||
<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
|
<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
|
||||||
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_3gpp_modem_scan"/>
|
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_3gpp_modem_scan"/>
|
||||||
<arg name="results" type="aa{ss}" direction="out">
|
<arg name="results" type="aa{sv}" direction="out">
|
||||||
<tp:docstring>
|
<tp:docstring>
|
||||||
<p>Found networks. It's an array of dictionaries (strings for both
|
<p>Found networks. It's an array of dictionaries (strings for both
|
||||||
keys and values) with each array element describing a mobile network
|
keys and values) with each array element describing a mobile network
|
||||||
|
Reference in New Issue
Block a user