diff options
author | Dan Williams <dcbw@redhat.com> | 2009-06-19 12:43:37 -0400 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2009-06-19 12:43:37 -0400 |
commit | 6d4616c1d3641d5074e3df6b04c99a593bbfe2bc (patch) | |
tree | e8df6d02b3e88be1fd7d6598f5f2408e21fb5aaa /introspection | |
parent | 88bdb5d29ac291589489f9b646f95fed0b87d281 (diff) |
modem: move GetInfo from GsmCard -> Modem interface
It's generic, everything implements some variant of +GMM, +GMR, and +GMI.
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/mm-modem-gsm-card.xml | 13 | ||||
-rw-r--r-- | introspection/mm-modem.xml | 13 |
2 files changed, 13 insertions, 13 deletions
diff --git a/introspection/mm-modem-gsm-card.xml b/introspection/mm-modem-gsm-card.xml index 91b0c00e..b7f66d6f 100644 --- a/introspection/mm-modem-gsm-card.xml +++ b/introspection/mm-modem-gsm-card.xml @@ -28,19 +28,6 @@ </arg> </method> - <method name="GetInfo"> - <tp:docstring> - Get the card information (manufacturer, modem, version). - </tp:docstring> - <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> - <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_get_info"/> - <arg name="info" type="(sss)" direction="out"> - <tp:docstring> - Structure containing manufacturer, model, and version (revision) of the card. - </tp:docstring> - </arg> - </method> - <method name="SendPuk"> <tp:docstring> Send the PUK and a new PIN to unlock the SIM card. diff --git a/introspection/mm-modem.xml b/introspection/mm-modem.xml index 470b4a3d..802c46b2 100644 --- a/introspection/mm-modem.xml +++ b/introspection/mm-modem.xml @@ -49,6 +49,19 @@ </arg> </method> + <method name="GetInfo"> + <tp:docstring> + Get the card information (manufacturer, modem, version). + </tp:docstring> + <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> + <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_get_info"/> + <arg name="info" type="(sss)" direction="out"> + <tp:docstring> + Structure containing manufacturer, model, and version (revision) of the card. + </tp:docstring> + </arg> + </method> + <property name="Device" type="s" access="read"> <tp:docstring> The modem port to use for IP configuration and traffic. |