b2b0b6ccfa
Signed-off-by: Andrew Lee (李健秋) <ajqlee@debian.org>
29 lines
907 B
XML
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>
|