| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8" ?> | 1 <?xml version="1.0" encoding="UTF-8" ?> |
| 2 | 2 |
| 3 <node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensio
ns-v0"> | 3 <node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensio
ns-v0"> |
| 4 <interface name="org.freedesktop.ModemManager.Modem.Cdma"> | 4 <interface name="org.freedesktop.ModemManager.Modem.Cdma"> |
| 5 | 5 |
| 6 <method name="GetSignalQuality"> | 6 <method name="GetSignalQuality"> |
| 7 <tp:docstring> | 7 <tp:docstring> |
| 8 Get the current signal quality. | 8 Get the current signal quality. |
| 9 </tp:docstring> | 9 </tp:docstring> |
| 10 <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> | 10 <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> | 58 <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> |
| 59 <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_cdm
a_get_registration_state"/> | 59 <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_cdm
a_get_registration_state"/> |
| 60 <arg name="cdma_1x_state" type="u" direction="out" tp:type="MM_MODEM_CDMA_
REGISTRATION_STATE"> | 60 <arg name="cdma_1x_state" type="u" direction="out" tp:type="MM_MODEM_CDMA_
REGISTRATION_STATE"> |
| 61 <tp:docstring>CDMA 1x registration state.</tp:docstring> | 61 <tp:docstring>CDMA 1x registration state.</tp:docstring> |
| 62 </arg> | 62 </arg> |
| 63 <arg name="evdo_state" type="u" direction="out" tp:type="MM_MODEM_CDMA_REG
ISTRATION_STATE"> | 63 <arg name="evdo_state" type="u" direction="out" tp:type="MM_MODEM_CDMA_REG
ISTRATION_STATE"> |
| 64 <tp:docstring>EVDO registration state.</tp:docstring> | 64 <tp:docstring>EVDO registration state.</tp:docstring> |
| 65 </arg> | 65 </arg> |
| 66 </method> | 66 </method> |
| 67 | 67 |
| 68 <property name="MEID" type="s" access="read"> |
| 69 <tp:docstring> |
| 70 The modem's Mobile Equipment Identifier. |
| 71 </tp:docstring> |
| 72 </property> |
| 73 |
| 68 <signal name="RegistrationStateChanged"> | 74 <signal name="RegistrationStateChanged"> |
| 69 <tp:docstring> | 75 <tp:docstring> |
| 70 The device registration state changed. | 76 The device registration state changed. |
| 71 </tp:docstring> | 77 </tp:docstring> |
| 72 <arg name="cdma-1x-state" type="u" tp:type="MM_MODEM_CDMA_REGISTRATION_STA
TE"> | 78 <arg name="cdma-1x-state" type="u" tp:type="MM_MODEM_CDMA_REGISTRATION_STA
TE"> |
| 73 <tp:docstring>CDMA 1x registration state.</tp:docstring> | 79 <tp:docstring>CDMA 1x registration state.</tp:docstring> |
| 74 </arg> | 80 </arg> |
| 75 <arg name="evdo-state" type="u" tp:type="MM_MODEM_CDMA_REGISTRATION_STATE"
> | 81 <arg name="evdo-state" type="u" tp:type="MM_MODEM_CDMA_REGISTRATION_STATE"
> |
| 76 <tp:docstring>EVDO registration state.</tp:docstring> | 82 <tp:docstring>EVDO registration state.</tp:docstring> |
| 77 </arg> | 83 </arg> |
| (...skipping 10 matching lines...) Expand all Loading... |
| 88 <tp:docstring>Currently registered on the home network.</tp:docstring> | 94 <tp:docstring>Currently registered on the home network.</tp:docstring> |
| 89 </tp:enumvalue> | 95 </tp:enumvalue> |
| 90 <tp:enumvalue suffix="ROAMING" value="3"> | 96 <tp:enumvalue suffix="ROAMING" value="3"> |
| 91 <tp:docstring>Currently registered on a roaming network.</tp:docstring> | 97 <tp:docstring>Currently registered on a roaming network.</tp:docstring> |
| 92 </tp:enumvalue> | 98 </tp:enumvalue> |
| 93 </tp:enum> | 99 </tp:enum> |
| 94 | 100 |
| 95 </interface> | 101 </interface> |
| 96 </node> | 102 </node> |
| 97 | 103 |
| OLD | NEW |