You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
545 B
13 lines
545 B
<?xml version="1.0" encoding="UTF-8" ?> |
|
|
|
<node name="/org/chromium/NetworkProxyService" |
|
xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"> |
|
<interface name="org.chromium.NetworkProxyServiceInterface"> |
|
<method name="ResolveProxy"> |
|
<arg name="source_url" type="s" direction="in" /> |
|
<arg name="proxy_info" type="s" direction="out" /> |
|
<arg name="error_message" type="s" direction="out" /> |
|
<annotation name="org.chromium.DBus.Method.Kind" value="async" /> |
|
</method> |
|
</interface> |
|
</node>
|
|
|