diff options
author | Dan Williams <dcbw@redhat.com> | 2010-03-18 08:47:14 -0700 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-03-18 08:47:14 -0700 |
commit | 1df244f3079548d371a10c5d35b6ad00d04d8701 (patch) | |
tree | bd5caefd56451842c8e6780527ace1ae0d4757c5 | |
parent | fb2b80f11a081128ecf966eae5454534fbacc89c (diff) |
api: fix syntax error
-rw-r--r-- | introspection/mm-modem-location.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/introspection/mm-modem-location.xml b/introspection/mm-modem-location.xml index 9d3b265e..076b451a 100644 --- a/introspection/mm-modem-location.xml +++ b/introspection/mm-modem-location.xml @@ -60,7 +60,7 @@ </tp:docstring> <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_location_get_location"/> - <arg name="Location" type="a{uv}" access="read" direction="out" tp:type="Location_Information_Map"> + <arg name="Location" type="a{uv}" direction="out" tp:type="Location_Information_Map"> <tp:docstring> Dict of available location information when location information gathering is enabled. If the modem supports multiple location types |