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:
Aleksander Morgado
2011-11-21 17:15:02 +01:00
parent f7390c328b
commit 432df3349f

View File

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