diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-04 18:36:46 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-04 18:52:53 +0200 |
commit | a27fd5a47bbb7842712cf228184148b5158dea8b (patch) | |
tree | 8dd68033d99c5ad4555d42e160fb5eed270c05d5 | |
parent | 15a99ebe55e8cc948295577f3dc0cdfd5616a883 (diff) |
api,instrospection: fix firmware list result signature
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml b/introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml index 31576518..112b324a 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml @@ -67,7 +67,7 @@ --> <method name="List"> <arg name="selected" type="s" direction="out" /> - <arg name="installed" type="a{a{sv}}" direction="out" /> + <arg name="installed" type="aa{sv}" direction="out" /> </method> <!-- |