summaryrefslogtreecommitdiff
path: root/ui/gtk3/notification-item.xml
blob: aecb8d9bc8670dd35f8f9f7f1a5d8c343ce7b9c6 (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
<?xml version="1.0" encoding="UTF-8"?>
<node name="/StatusNotifierItem">
        <interface name="org.kde.StatusNotifierItem">

<!-- Properties -->
                <property name="Id" type="s" access="read" />
                <property name="Category" type="s" access="read" />
                <property name="Status" type="s" access="read" />
                <property name="IconName" type="s" access="read" />
                <property name="IconAccessibleDesc" type="s" access="read" />
                <property name="AttentionIconName" type="s" access="read" />
                <property name="AttentionAccessibleDesc" type="s" access="read" />
                <property name="Title" type="s" access="read" />
                <!-- An additional path to add to the theme search path
                     to find the icons specified above. -->
                <property name="IconThemePath" type="s" access="read" />
                <property name="Menu" type="o" access="read" />
                <property name="XAyatanaLabel" type="s" access="read" />
                <property name="XAyatanaLabelGuide" type="s" access="read" />
                <property name="XAyatanaOrderingIndex" type="u" access="read" />

<!-- Methods -->
                <method name="Scroll">
                        <arg type="i" name="delta" direction="in" />
                        <arg type="s" name="orientation" direction="in" />
                </method>
                <method name="SecondaryActivate">
                        <arg type="i" name="x" direction="in" />
                        <arg type="i" name="y" direction="in" />
                </method>
                <method name="XAyatanaSecondaryActivate">
                        <arg type="u" name="timestamp" direction="in" />
                </method>
                <!-- Activate is missed in AppIndicator -->
                <method name="Activate">
                        <arg type="i" name="x" direction="in" />
                        <arg type="i" name="y" direction="in" />
                </method>
                <method name="ContextMenu">
                        <arg type="i" name="x" direction="in"/>
                        <arg type="i" name="y" direction="in"/>
                </method>

<!-- Signals -->
                <signal name="NewIcon">
                </signal>
                <signal name="NewIconThemePath">
                        <arg type="s" name="icon_theme_path" direction="out" />
                </signal>
                <signal name="NewAttentionIcon">
                </signal>
                <signal name="NewStatus">
                        <arg type="s" name="status" direction="out" />
                </signal>
                <signal name="XAyatanaNewLabel">
                        <arg type="s" name="label" direction="out" />
                        <arg type="s" name="guide" direction="out" />
                </signal>
                <signal name="NewTitle">
                </signal>

        </interface>
</node>