2015-08-13 06:44:06 +08:00
|
|
|
<!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.pcmanfm.Application">
|
|
|
|
<method name="preferences">
|
|
|
|
<arg type="s" direction="in"/>
|
|
|
|
</method>
|
|
|
|
<method name="desktopPrefrences">
|
|
|
|
<arg type="s" direction="in"/>
|
|
|
|
</method>
|
|
|
|
<method name="desktopManager">
|
|
|
|
<arg type="b" direction="in"/>
|
|
|
|
</method>
|
|
|
|
<method name="launchFiles">
|
2015-08-16 05:54:46 +08:00
|
|
|
<arg type="s" direction="in"/>
|
2015-08-13 06:44:06 +08:00
|
|
|
<arg type="as" direction="in"/>
|
|
|
|
<arg type="b" direction="in"/>
|
|
|
|
</method>
|
|
|
|
<method name="quit">
|
|
|
|
</method>
|
|
|
|
<method name="setWallpaper">
|
|
|
|
<arg type="s" direction="in"/>
|
|
|
|
<arg type="s" direction="in"/>
|
|
|
|
</method>
|
|
|
|
<method name="findFiles">
|
|
|
|
<arg type="as" direction="in"/>
|
|
|
|
</method>
|
|
|
|
<property name="desktopManagerEnabled" type="b" access="read"/>
|
|
|
|
</interface>
|
|
|
|
</node>
|