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

Side by Side Diff: extrospection/flimflam-device.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/Makefile.am ('k') | extrospection/flimflam-manager.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.Device">
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="ProposeScan"/>
20 <method name="AddIPConfig">
21 <arg type="s" direction="in"/>
22 <arg type="o" direction="out"/>
23 </method>
24 <signal name="PropertyChanged">
25 <arg type="s"/>
26 <arg type="v"/>
27 </signal>
28 </interface>
29 </node>
OLDNEW
« no previous file with comments | « extrospection/Makefile.am ('k') | extrospection/flimflam-manager.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698