diff options
author | Tambet Ingo <tambet@gmail.com> | 2008-09-01 11:27:35 +0300 |
---|---|---|
committer | Tambet Ingo <tambet@gmail.com> | 2008-09-01 11:27:35 +0300 |
commit | 209a6390cb5a3aaa3aeee4c8e6a23a59e705316c (patch) | |
tree | 77f994c277d20b678a879b421dc28b23dec7378f /introspection | |
parent | 2087ca49b6a162462e0006b01089ecf8ff0dc8e0 (diff) |
Fix up HSO modem plugin.
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/Makefile.am | 2 | ||||
-rw-r--r-- | introspection/all.xml | 1 | ||||
-rw-r--r-- | introspection/mm-modem-gsm-hso.xml (renamed from introspection/mm-gsm-modem-hso.xml) | 29 |
3 files changed, 16 insertions, 16 deletions
diff --git a/introspection/Makefile.am b/introspection/Makefile.am index 612311c6..d318088a 100644 --- a/introspection/Makefile.am +++ b/introspection/Makefile.am @@ -1,10 +1,10 @@ EXTRA_DIST = \ - mm-gsm-modem-hso.xml \ mm-manager.xml \ mm-modem.xml \ mm-modem-cdma.xml \ mm-modem-gsm-card.xml \ mm-modem-gsm-contacts.xml \ + mm-modem-gsm-hso.xml \ mm-modem-gsm-network.xml \ mm-modem-gsm-sms.xml diff --git a/introspection/all.xml b/introspection/all.xml index 6a04900e..940ae598 100644 --- a/introspection/all.xml +++ b/introspection/all.xml @@ -29,4 +29,5 @@ <xi:include href="mm-modem-gsm-contacts.xml"/> <xi:include href="mm-modem-gsm-network.xml"/> <xi:include href="mm-modem-gsm-sms.xml"/> + <xi:include href="mm-modem-gsm-hso.xml"/> </tp:spec> diff --git a/introspection/mm-gsm-modem-hso.xml b/introspection/mm-modem-gsm-hso.xml index d994ca64..bb631c07 100644 --- a/introspection/mm-gsm-modem-hso.xml +++ b/introspection/mm-modem-gsm-hso.xml @@ -1,22 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"> - <interface name="org.freedesktop.ModemManager.Modem.Gsm.Hso"> - <method name="GetIP4Config"> - <tp:docstring> - Request the IP4 configuration from the device. - </tp:docstring> - <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> - <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_hso_get_ip4_config"/> - <arg name="address" type="u" direction="out"> - The IP4 address. - </arg> - <arg name="dns" type="au" direction="out"> - The DNS addresses. - </arg> - </method> - <method name="Authenticate"> <tp:docstring> Authenticate using the passed user name and password. @@ -31,6 +16,20 @@ </arg> </method> + <method name="GetIP4Config"> + <tp:docstring> + Request the IP4 configuration from the device. + </tp:docstring> + <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> + <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_hso_get_ip4_config"/> + <arg name="address" type="u" direction="out"> + The IP4 address. + </arg> + <arg name="dns" type="au" direction="out"> + The DNS addresses. + </arg> + </method> + <property name="NetworkDevice" type="s" access="read"> <tp:docstring> The network device. |