| 1234567891011121314151617 |
- <?xml version="1.0"?>
- <node>
- <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>
- </interface>
- </node>
|