• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="UTF-8" ?>
2
3<node name="/org/chromium/LibCrosService"
4      xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
5  <interface name="org.chromium.LibCrosServiceInterface">
6    <method name="ResolveNetworkProxy">
7      <arg name="source_url" type="s" direction="in" />
8      <arg name="signal_interface" type="s" direction="in" />
9      <arg name="signal_name" type="s" direction="in" />
10      <annotation name="org.chromium.DBus.Method.Kind" value="simple" />
11    </method>
12  </interface>
13  <interface name="org.chromium.UpdateEngineLibcrosProxyResolvedInterface">
14    <signal name="ProxyResolved">
15      <arg name="source_url" type="s" direction="out" />
16      <arg name="proxy_info" type="s" direction="out" />
17      <arg name="error_message" type="s" direction="out" />
18    </signal>
19  </interface>
20</node>
21