~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to plasma/generic/dataengines/notifications/org.freedesktop.Notifications.xml

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

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.Notifications">
 
4
    <signal name="NotificationClosed">
 
5
      <arg name="id" type="u" direction="out"/>
 
6
      <arg name="reason" type="u" direction="out"/>
 
7
    </signal>
 
8
    <signal name="ActionInvoked">
 
9
      <arg name="id" type="u" direction="out"/>
 
10
      <arg name="action_key" type="s" direction="out"/>
 
11
    </signal>
 
12
    <method name="Notify">
 
13
      <annotation name="com.trolltech.QtDBus.QtTypeName.In6" value="QVariantMap"/>
 
14
      <arg type="u" direction="out"/>
 
15
      <arg name="app_name" type="s" direction="in"/>
 
16
      <arg name="replaces_id" type="u" direction="in"/>
 
17
      <arg name="app_icon" type="s" direction="in"/>
 
18
      <arg name="summary" type="s" direction="in"/>
 
19
      <arg name="body" type="s" direction="in"/>
 
20
      <arg name="actions" type="as" direction="in"/>
 
21
      <arg name="hints" type="a{sv}" direction="in"/>
 
22
      <arg name="timeout" type="i" direction="in"/>
 
23
    </method>
 
24
    <method name="CloseNotification">
 
25
      <arg name="id" type="u" direction="in"/>
 
26
    </method>
 
27
    <method name="GetCapabilities">
 
28
      <arg type="as" name="caps" direction="out"/>
 
29
    </method>
 
30
    <method name="GetServerInformation">
 
31
      <arg type="s" name="name" direction="out"/>
 
32
      <arg type="s" name="vendor" direction="out"/>
 
33
      <arg type="s" name="version" direction="out"/>
 
34
      <arg type="s" name="spec_version" direction="out"/>
 
35
    </method>
 
36
  </interface>
 
37
</node>