/usr/share/dbus-1/interfaces/com.canonical.PropertyService.xml is in dbus-property-service 0.9.
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 name="/">
<interface name="com.canonical.PropertyService">
<method name="GetProperty">
<arg name="prop" type="s" direction="in"/>
<arg name="prop" type="b" direction="out"/>
</method>
<method name="SetProperty">
<arg name="prop" type="sb" direction="in"/>
<arg name="prop" type="b" direction="out"/>
</method>
</interface>
</node>
|