~ubuntu-branches/ubuntu/karmic/kdepim/karmic-backports

« back to all changes in this revision

Viewing changes to akonadi/tray/org.freedesktop.akonaditray.xml

  • Committer: Bazaar Package Importer
  • Author(s): Christian Mangold
  • Date: 2009-07-10 06:34:50 UTC
  • mfrom: (1.1.40 upstream)
  • Revision ID: james.westby@ubuntu.com-20090710063450-neojgew2fh0n3y0u
Tags: 4:4.2.96-0ubuntu1
* New upstream release
* Bump kde build-deps to 4.2.96

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.freedesktop.akonaditray">
4
 
    <method name="infoMessage">
5
 
      <arg type="s" direction="in"/>
6
 
      <arg type="s" direction="in"/>
7
 
    </method>
8
 
    <method name="infoMessage">
9
 
      <arg type="s" direction="in"/>
10
 
    </method>
11
 
    <method name="errorMessage">
12
 
      <arg type="s" direction="in"/>
13
 
      <arg type="s" direction="in"/>
14
 
    </method>
15
 
    <method name="errorMessage">
16
 
      <arg type="s" direction="in"/>
17
 
    </method>
18
 
    <method name="getWinId">
19
 
      <arg type="x" direction="out"/>
20
 
    </method>
21
 
  </interface>
22
 
</node>