File: sn-watcher.xml

package info (click to toggle)
xapp 3.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,688 kB
  • sloc: ansic: 11,268; python: 1,463; xml: 258; sh: 22; makefile: 9
file content (29 lines) | stat: -rw-r--r-- 965 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
<?xml version="1.0" encoding="UTF-8"?>

<node name="/StatusNotifierWatcher">
  <interface name="org.kde.StatusNotifierWatcher">
    <annotation name="org.gtk.GDBus.C.Name" value="SnWatcherInterface" />

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

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

    <property name="RegisteredStatusNotifierItems" type="as" access="read" />
    <property name="IsStatusNotifierHostRegistered" type="b" access="read" />
    <property name="ProtocolVersion" type="i" access="read" />

    <signal name="StatusNotifierItemRegistered">
      <arg type="s" name="service" direction="out" />
    </signal>

    <signal name="StatusNotifierItemUnregistered">
      <arg type="s" name="service" direction="out" />
    </signal>

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