You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<!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="s" direction="in"/>
|
|
|
|
<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>
|