pcmanfm-qt-packaging/pcmanfm/org.pcmanfm.Application.xml
Andrew Lee (李健秋) b2b0b6ccfa
Adding upstream version 0.9.0.
Signed-off-by: Andrew Lee (李健秋) <ajqlee@debian.org>
2015-08-13 06:44:06 +08:00

29 lines
907 B
XML

<!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">
<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>