forked from linuxdeepin/deepin-compressor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.deepin.Compressor.xml
More file actions
35 lines (35 loc) · 1.14 KB
/
com.deepin.Compressor.xml
File metadata and controls
35 lines (35 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!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="com.deepin.Compressor">
<method name="showWindow">
<arg direction="out" type="b"/>
</method>
<method name="hideWindow">
<arg direction="out" type="b"/>
</method>
<method name="raiseWindow">
<arg direction="out" type="b"/>
</method>
<method name="raise">
<arg direction="in" type="s" name="sFile"/>
<arg direction="out" type="b"/>
</method>
<method name="quitWindow">
<arg direction="out" type="b"/>
</method>
<method name="compressFiles">
<arg direction="in" type="as" name="filePaths"/>
<arg direction="out" type="b"/>
</method>
<method name="extractFiles">
<arg direction="in" type="s" name="archivePath"/>
<arg direction="in" type="s" name="destinationPath"/>
<arg direction="out" type="b"/>
</method>
<method name="previewArchive">
<arg direction="in" type="s" name="archivePath"/>
<arg direction="out" type="b"/>
</method>
</interface>
</node>