dde-dock/frame/dbusinterface/xml/org.freedesktop.FileManager.xml

18 lines
606 B
XML
Raw Normal View History

<interface name='org.freedesktop.FileManager1'>
<method name='ShowFolders'>
<arg type='as' name='URIs' direction='in'/>
<arg type='s' name='StartupId' direction='in'/>
</method>
<method name='ShowItems'>
<arg type='as' name='URIs' direction='in'/>
<arg type='s' name='StartupId' direction='in'/>
</method>
<method name='ShowItemProperties'>
<arg type='as' name='URIs' direction='in'/>
<arg type='s' name='StartupId' direction='in'/>
</method>
<method name='Trash'>
<arg type='as' name='URIs' direction='in'/>
</method>
</interface>