| 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">
|
|
|