-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathorg.gtk.Actions.xml
50 lines (50 loc) · 1.65 KB
/
org.gtk.Actions.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
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<!-- GDBus 2.46.1 -->
<node>
<interface name="org.gtk.Actions">
<method name="List">
<arg type="as" name="list" direction="out">
</arg>
</method>
<method name="Describe">
<arg type="s" name="action_name" direction="in">
</arg>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="GtkMenuDesc"/>
<arg type="(bgav)" name="description" direction="out">
</arg>
</method>
<method name="DescribeAll">
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="GtkMenuDescMap"/>
<arg type="a{s(bgav)}" name="descriptions" direction="out">
</arg>
</method>
<method name="Activate">
<arg type="s" name="action_name" direction="in">
</arg>
<arg type="av" name="parameter" direction="in">
</arg>
<annotation name="org.qtproject.QtDBus.QtTypeName.In2" value="SillyMap"/>
<arg type="a{sv}" name="platform_data" direction="in">
</arg>
</method>
<!-- <method name="SetState">
<arg type="s" name="action_name" direction="in">
</arg>
<arg type="v" name="value" direction="in">
</arg>
<arg type="a{sv}" name="platform_data" direction="in">
</arg>
</method>
<signal name="Changed">
<arg type="as" name="removals">
</arg>
<arg type="a{sb}" name="enable_changes">
</arg>
<arg type="a{sv}" name="state_changes">
</arg>
<arg type="a{s(bgav)}" name="additions">
</arg>
</signal>-->
</interface>
</node>