org.freedesktop.FileManager1.xml 557 B

1234567891011121314151617
  1. <?xml version="1.0"?>
  2. <node>
  3. <interface name='org.freedesktop.FileManager1'>
  4. <method name='ShowFolders'>
  5. <arg type='as' name='URIs' direction='in'/>
  6. <arg type='s' name='StartupId' direction='in'/>
  7. </method>
  8. <method name='ShowItems'>
  9. <arg type='as' name='URIs' direction='in'/>
  10. <arg type='s' name='StartupId' direction='in'/>
  11. </method>
  12. <method name='ShowItemProperties'>
  13. <arg type='as' name='URIs' direction='in'/>
  14. <arg type='s' name='StartupId' direction='in'/>
  15. </method>
  16. </interface>
  17. </node>