~ubuntu-branches/ubuntu/saucy/quassel/saucy-proposed

« back to all changes in this revision

Viewing changes to interfaces/org.kde.StatusNotifierWatcher.xml

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-02-17 12:49:50 UTC
  • mto: This revision was merged to the branch mainline in revision 59.
  • Revision ID: james.westby@ubuntu.com-20100217124950-v9hajw5d2xa6fszn
Tags: upstream-0.6~beta1
ImportĀ upstreamĀ versionĀ 0.6~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
 
2
<node>
 
3
  <interface name="org.kde.StatusNotifierWatcher">
 
4
 
 
5
    <!-- methods -->
 
6
    <method name="RegisterStatusNotifierItem">
 
7
       <arg name="service" type="s" direction="in"/>
 
8
    </method>
 
9
 
 
10
    <method name="RegisterStatusNotifierHost">
 
11
       <arg name="service" type="s" direction="in"/>
 
12
    </method>
 
13
 
 
14
 
 
15
    <!-- properties -->
 
16
 
 
17
    <property name="RegisteredStatusNotifierItems" type="as" access="read">
 
18
       <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QStringList"/>
 
19
    </property>
 
20
 
 
21
    <property name="IsStatusNotifierHostRegistered" type="b" access="read"/>
 
22
 
 
23
    <property name="ProtocolVersion" type="i" access="read"/>
 
24
 
 
25
 
 
26
    <!-- signals -->
 
27
 
 
28
    <signal name="StatusNotifierItemRegistered">
 
29
        <arg type="s"/>
 
30
    </signal>
 
31
 
 
32
    <signal name="StatusNotifierItemUnregistered">
 
33
        <arg type="s"/>
 
34
    </signal>
 
35
 
 
36
    <signal name="StatusNotifierHostRegistered">
 
37
    </signal>
 
38
  </interface>
 
39
</node>