aboutsummaryrefslogtreecommitdiff
path: root/dbus_bindings/org.chromium.LibCrosService.xml
blob: 64b8b84fdd8d5778d3b8f9aca3bb59cf2e5e4675 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" ?>

<node name="/org/chromium/LibCrosService"
      xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
  <interface name="org.chromium.LibCrosServiceInterface">
    <method name="ResolveNetworkProxy">
      <arg name="source_url" type="s" direction="in"/>
      <arg name="signal_interface" type="s" direction="in"/>
      <arg name="signal_name" type="s" direction="in"/>
      <annotation name="org.chromium.DBus.Method.Kind" value="simple"/>
    </method>
  </interface>
  <interface name="org.chromium.CrashReporterLibcrosProxyResolvedInterface">
    <signal name="ProxyResolved">
      <arg name="source_url" type="s" direction="out"/>
      <arg name="proxy_info" type="s" direction="out"/>
      <arg name="error_message" type="s" direction="out"/>
    </signal>
  </interface>
</node>