Home | History | Annotate | Download | only in dbus_bindings
      1 <?xml version="1.0" encoding="UTF-8" ?>
      2 
      3 <node name="/org/chromium/NetworkProxyService"
      4       xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
      5   <interface name="org.chromium.NetworkProxyServiceInterface">
      6     <method name="ResolveProxy">
      7       <arg name="source_url" type="s" direction="in" />
      8       <arg name="proxy_info" type="s" direction="out" />
      9       <arg name="error_message" type="s" direction="out" />
     10       <annotation name="org.chromium.DBus.Method.Kind" value="async" />
     11     </method>
     12   </interface>
     13 </node>
     14