File: StatusNotifierWatcher.xml

package info (click to toggle)
gnome-shell-extension-appindicator 61-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 596 kB
  • sloc: javascript: 4,217; xml: 159; python: 55; makefile: 10
file content (38 lines) | stat: -rw-r--r-- 991 bytes parent folder | download | duplicates (2)
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
<interface name="org.kde.StatusNotifierWatcher">

    <!-- methods -->
    <method name="RegisterStatusNotifierItem">
        <arg name="service" type="s" direction="in"/>
    </method>

    <method name="RegisterStatusNotifierHost">
        <arg name="service" type="s" direction="in"/>
    </method>


    <!-- properties -->

    <property name="RegisteredStatusNotifierItems" type="as" access="read">
        <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QStringList"/>
    </property>

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

    <property name="ProtocolVersion" type="i" access="read"/>


    <!-- signals -->
    <signal name="StatusNotifierItemRegistered">
        <arg type="s"/>
    </signal>

    <signal name="StatusNotifierItemUnregistered">
        <arg type="s"/>
    </signal>

    <signal name="StatusNotifierHostRegistered">
    </signal>

    <signal name="StatusNotifierHostUnregistered">
    </signal>
</interface>