From 432df3349f7df7d00d0dbc17eacdfc46965b372b Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Mon, 21 Nov 2011 17:15:02 +0100 Subject: [PATCH] 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. --- new/org.freedesktop.ModemManager1.Modem.3gpp.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new/org.freedesktop.ModemManager1.Modem.3gpp.xml b/new/org.freedesktop.ModemManager1.Modem.3gpp.xml index 4c8609f8..ec23465f 100644 --- a/new/org.freedesktop.ModemManager1.Modem.3gpp.xml +++ b/new/org.freedesktop.ModemManager1.Modem.3gpp.xml @@ -25,7 +25,7 @@ - +

Found networks. It's an array of dictionaries (strings for both keys and values) with each array element describing a mobile network