Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Side by Side Diff: introspection/mm-modem-cdma.xml

Issue 3136020: Added MEID property to org.freedesktop.ModemManager.Cdma interface. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/modemmanager.git
Patch Set: Undo additions of unneeded properties Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698