-
Notifications
You must be signed in to change notification settings - Fork 9
/
deskmenu-service.xml
39 lines (38 loc) · 1.44 KB
/
deskmenu-service.xml
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
36
37
38
39
<?xml version="1.0" encoding="UTF-8" ?>
<node name="/org/compiz_fusion/boxmenu/menu">
<interface name="org.compiz_fusion.boxmenu">
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="deskmenu"/>
<method name="control">
<arg type="s" name="filename" direction="in" />
<arg type="s" name="workingd" direction="in" />
</method>
<method name="pin">
<arg type="b" name="pin" direction="in" />
</method>
<method name="windowlist">
<arg type="b" name="images" direction="in" />
<arg type="b" name="thisvp" direction="in" />
<arg type="b" name="mini_only" direction="in" />
</method>
<method name="dplist">
<arg type="b" name="toggle_images" direction="in" />
<arg type="b" name="toggle_file" direction="in" />
<arg type="s" name="viewport_icon" direction="in" />
</method>
<method name="vplist">
<arg type="b" name="toggle_wrap" direction="in" />
<arg type="b" name="toggle_images" direction="in" />
<arg type="b" name="toggle_file" direction="in" />
<arg type="s" name="viewport_icon" direction="in" />
</method>
<method name="documentlist">
<arg type="b" name="images" direction="in" />
<arg type="s" name="command" direction="in" />
<arg type="i" name="limit" direction="in" />
<arg type="i" name="age" direction="in" />
<arg type="s" name="sort_type" direction="in" />
</method>
<method name="reload">
</method>
</interface>
</node>