/usr/share/dbus-1/interfaces/com.canonical.URLDispatcher.xml is in url-dispatcher 0.1+16.04.20151110-0ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | <?xml version="1.0" encoding="UTF-8"?>
<node>
<interface name="com.canonical.URLDispatcher">
<method name="DispatchURL">
<arg type="s" name="url" direction="in" />
<arg type="s" name="package" direction="in" />
</method>
<method name="TestURL">
<arg type="as" name="urls" direction="in" />
<arg type="as" name="appids" direction="out" />
</method>
</interface>
</node>
|