blob: 894d39866e6b5efe8f8c0378afcc3c493a364bae [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
dbus-binding-tool -mode=glib-server -prefix=libcros_servicer
libcros_service.xml &gt; bindings_server.h
-->
<node name="/org/chromium/">
<interface name="org.chromium.LibCrosServiceInterface">
<annotation name="org.freedesktop.DBus.GLib.CSymbol"
value="libcros_servicer"/>
<method name="ResolveNetworkProxy">
<arg type="s" name="source_url" direction="in"/>
<arg type="s" name="signal_interface" direction="in"/>
<arg type="s" name="signal_name" direction="in"/>
<!--
When proxy is resolved, a signal of |signal_name| will be emitted on
|signal_interface| at path "/", with arguments source_url, proxy_list
and error. Requester should use filter to watch for signal.
-->
</method>
</interface>
</node>