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

Unified Diff: introspection/cashew.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extrospection/flimflam-service.xml ('k') | src/Makefile.am » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: introspection/cashew.xml
diff --git a/introspection/cashew.xml b/introspection/cashew.xml
index 312fd0b29bfd0363a7393c977abf095bed850a53..f546a2863eabaa1747aaea6adc36cbb34c78b35f 100644
--- a/introspection/cashew.xml
+++ b/introspection/cashew.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
+<node xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
<interface name="org.chromium.Cashew">
<tp:simple-type name="Timestamp" type="x">
@@ -87,6 +87,11 @@
A list of plan structs describing the data plans for |service|.
</tp:docstring>
</arg>
+ <tp:possible-errors>
+ <tp:error name="org.chromium.Cashew.Error.ServiceUnknown">
+ The service path does not correspond to a known service.
+ </tp:error>
+ </tp:possible-errors>
</method>
<method name="RequestDataPlansUpdate">
@@ -98,6 +103,11 @@
The dbus path of the cellular service for which caller wants info.
</tp:docstring>
</arg>
+ <tp:possible-errors>
+ <tp:error name="org.chromium.Cashew.Error.ServiceUnknown">
+ The service path does not correspond to a known service.
+ </tp:error>
+ </tp:possible-errors>
</method>
<method name="IsAlive">
« no previous file with comments | « extrospection/flimflam-service.xml ('k') | src/Makefile.am » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698