File: org.kde.StatusNotifierItem.xml

package info (click to toggle)
gnome-panel 3.58.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 29,616 kB
  • sloc: ansic: 74,929; sh: 5,496; xml: 2,760; makefile: 1,368; sed: 39; python: 3
file content (80 lines) | stat: -rw-r--r-- 2,317 bytes parent folder | download | duplicates (5)
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
<?xml version="1.0" encoding="UTF-8" ?>
<!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="org.kde.StatusNotifierItem">
    <annotation name="org.gtk.GDBus.C.Name" value="ItemV0Gen" />

    <method name="ContextMenu">
        <arg name="x" type="i" direction="in" />
        <arg name="y" type="i" direction="in" />
    </method>

    <method name="Activate">
        <arg name="x" type="i" direction="in" />
        <arg name="y" type="i" direction="in" />
    </method>

    <method name="SecondaryActivate">
        <arg name="x" type="i" direction="in" />
        <arg name="y" type="i" direction="in" />
    </method>

    <method name="Scroll">
      <arg name="delta" type="i" direction="in" />
      <arg name="orientation" type="s" direction="in" />
    </method>

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

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

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

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

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

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

    <property name="IconPixmap" type="a(iiay)" access="read" />

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

    <property name="OverlayIconPixmap" type="a(iiay)" access="read" />

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

    <property name="AttentionIconPixmap" type="a(iiay)" access="read" />

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

    <property name="ToolTip" type="(sa(iiay)ss)" access="read" />

    <signal name="NewTitle" />

    <signal name="NewIcon" />

    <signal name="NewAttentionIcon" />

    <signal name="NewOverlayIcon" />

    <signal name="NewToolTip" />

    <signal name="NewStatus">
      <arg name="status" type="s" />
    </signal>

    <!-- Properties and signals that is not part of specification -->

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

    <property name="Menu" type="o" access="read" />

    <property name="ItemIsMenu" type="b" access="read" />

    <signal name="NewIconThemePath">
      <arg name="icon_theme_path" type="s" />
    </signal>
  </interface>
</node>