aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/dbus-menu-clean.xml
blob: 1550c5b943a9d2a432842f376c4c62d131224733 (plain)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<?xml version="1.0"?>
<node name="/">
    
	<interface name="com.canonical.dbusmenu">
		


		<property name="Version" type="u" access="read">
			
		</property>

		<property name="TextDirection" type="s" access="read">
			
		</property>

		<property name="Status" type="s" access="read">
			
		</property>

		<property name="IconThemePath" type="as" access="read">
			
		</property>



		<method name="GetLayout">
			
			<arg type="i" name="parentId" direction="in">
				
			</arg>
			<arg type="i" name="recursionDepth" direction="in">
				
			</arg>
			<arg type="as" name="propertyNames" direction="in">
				
			</arg>
			<arg type="u" name="revision" direction="out">
				
			</arg>
			<arg type="(ia{sv}av)" name="layout" direction="out">
				
			</arg>
		</method>

		<method name="GetGroupProperties">
			
			<arg type="ai" name="ids" direction="in">
				
			</arg>
			<arg type="as" name="propertyNames" direction="in">
				
			</arg>
			<arg type="a(ia{sv})" name="properties" direction="out">
				
			</arg>
		</method>

		<method name="GetProperty">
			
			<arg type="i" name="id" direction="in">
				
			</arg>
			<arg type="s" name="name" direction="in">
				
			</arg>
			<arg type="v" name="value" direction="out">
				
			</arg>
		</method>

		<method name="Event">
			
			<arg type="i" name="id" direction="in">
				
			</arg>
			<arg type="s" name="eventId" direction="in">
				
			</arg>
			<arg type="v" name="data" direction="in">
				
			</arg>
			<arg type="u" name="timestamp" direction="in">
				
			</arg>
		</method>

		<method name="AboutToShow">
			
			<arg type="i" name="id" direction="in">
				
			</arg>
			<arg type="b" name="needUpdate" direction="out">
				
			</arg>
		</method>


		<signal name="ItemsPropertiesUpdated">
			
			<arg type="a(ia{sv})" name="updatedProps" direction="out"/>
			<arg type="a(ias)" name="removedProps" direction="out"/>
		</signal>
		<signal name="LayoutUpdated">
			
			<arg type="u" name="revision" direction="out">
				
			</arg>
			<arg type="i" name="parent" direction="out">
				
			</arg>
		</signal>
		<signal name="ItemActivationRequested">
			
			<arg type="i" name="id" direction="out">
				
			</arg>
			<arg type="u" name="timestamp" direction="out">
				
			</arg>
		</signal>



	</interface>
</node>