summaryrefslogtreecommitdiff
path: root/src/backend/dbus/org.libproxy.proxy.xml
blob: bba92515bfa676a253265be67a95cdcb7c8885b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd" >
<node>
  <interface name="org.libproxy.proxy">
    <method name="GetProxiesFor">
      <arg type='s' name='url' direction='in'/>
      <arg type='as' name='response' direction='out'/>
      <doc:doc>
        <doc:description>
          <doc:para>
            Get proxy servers for given url.
          </doc:para>
        </doc:description>
      </doc:doc>
    </method>
  </interface>
</node>