Peter Qiu | 5dd242d | 2014-10-14 12:23:21 -0700 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="UTF-8" ?> |
| 2 | |
| 3 | <node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensio |
| 4 | ns-v0"> |
| 5 | <interface name="org.chromium.apmanager.Manager"> |
| 6 | <method name="CreateService"> |
| 7 | <tp:docstring> |
| 8 | Create an Access Point service instance. |
| 9 | </tp:docstring> |
| 10 | <arg name="service" type="o" direction="out"> |
| 11 | <tp:docstring> |
| 12 | Service for managing an access point. |
| 13 | </tp:docstring> |
| 14 | </arg> |
| 15 | </method> |
| 16 | <method name="RemoveService"> |
| 17 | <tp:docstring> |
| 18 | Remove the given access point service. |
| 19 | </tp:docstring> |
| 20 | <arg name="service" type="o" direction="in"> |
| 21 | <tp:docstring> |
| 22 | Service for managing an access point. |
| 23 | </tp:docstring> |
| 24 | </arg> |
| 25 | </method> |
| 26 | </interface> |
| 27 | </node> |