| <?xml version="1.0" encoding="UTF-8" ?> |
| |
| <node name="/org/chromium/dhcp_client/Manager" |
| xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"> |
| <interface name="org.chromium.dhcp_client.Manager"> |
| <method name="StartService"> |
| <arg name="args" type="a{sv}" direction="in"/> |
| <arg name="service" type="o" direction="out"/> |
| <annotation name="org.chromium.DBus.Method.IncludeDBusMessage" |
| value="true"/> |
| </method> |
| <method name="StopService"> |
| <arg name="service" type="o" direction="in"/> |
| <annotation name="org.chromium.DBus.Method.IncludeDBusMessage" |
| value="true"/> |
| </method> |
| </interface> |
| </node> |