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

Side by Side Diff: extrospection/flimflam-service.xml

Issue 3576011: Cashew: track cellular service state. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/cashew.git
Patch Set: Make debug logging less verbose Created 10 years, 2 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 | « extrospection/flimflam-manager.xml ('k') | introspection/cashew.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3
4 <!--
5 Introspection dump generated manually by poking flimflam with dbus-send
6 TODO(vlaviano): should be generated automatically during flimflam build
7 and installed somewhere where cashew and other clients can consume it.
8 -->
9
10 <node>
11 <interface name="org.chromium.flimflam.Service">
12 <method name="GetProperties">
13 <arg type="a{sv}" direction="out"/>
14 </method>
15 <method name="SetProperty">
16 <arg type="s" direction="in"/>
17 <arg type="v" direction="in"/>
18 </method>
19 <method name="ClearProperty">
20 <arg type="s" direction="in"/>
21 </method>
22 <method name="Connect"/>
23 <method name="Disconnect"/>
24 <method name="Remove"/>
25 <method name="MoveBefore">
26 <arg type="o" direction="in"/>
27 </method>
28 <method name="MoveAfter">
29 <arg type="o" direction="in"/>
30 </method>
31 <method name="ActivateCellularModem">
32 <arg type="s" direction="in"/>
33 </method>
34 <signal name="PropertyChanged">
35 <arg type="s"/>
36 <arg type="v"/>
37 </signal>
38 </interface>
39 </node>
OLDNEW
« no previous file with comments | « extrospection/flimflam-manager.xml ('k') | introspection/cashew.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698