~mterry/indicator-sound/snap-root

« back to all changes in this revision

Viewing changes to tests/dbus-types/org.freedesktop.Notifications.xml

  • Committer: CI Train Bot
  • Author(s): Xavi Garcia Mena
  • Date: 2016-01-05 15:08:02 UTC
  • mfrom: (513.1.2 restore-osd-notifications)
  • Revision ID: ci-train-bot@canonical.com-20160105150802-9n0tg5ipbbq2qbab
This branch just readds the OSD notifications code, that was reverted in trunk as the corresponding silo was also rolled back after landing.
Approved by: PS Jenkins bot, Xavi Garcia

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"
 
2
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
 
3
<node>
 
4
  <interface name="org.freedesktop.Notifications">
 
5
    <signal name="NotificationClosed">
 
6
      <arg name="id" type="u" direction="out"/>
 
7
      <arg name="reason" type="u" direction="out"/>
 
8
    </signal>
 
9
    <signal name="ActionInvoked">
 
10
      <arg name="id" type="u" direction="out"/>
 
11
      <arg name="action_key" type="s" direction="out"/>
 
12
    </signal>
 
13
    <signal name="dataChanged">
 
14
      <arg name="id" type="u" direction="out"/>
 
15
    </signal>
 
16
    <method name="CloseNotification">
 
17
      <arg name="id" type="u" direction="in"/>
 
18
    </method>
 
19
    <method name="GetServerInformation">
 
20
      <arg name="name" type="s" direction="out"/>
 
21
      <arg name="vendor" type="s" direction="out"/>
 
22
      <arg name="version" type="s" direction="out"/>
 
23
      <arg name="specVersion" type="s" direction="out"/>
 
24
    </method>
 
25
    <method name="GetCapabilities">
 
26
      <arg type="as" direction="out"/>
 
27
    </method>
 
28
    <method name="Notify">
 
29
      <arg type="u" direction="out"/>
 
30
      <arg name="app_name" type="s" direction="in"/>
 
31
      <arg name="replaces_id" type="u" direction="in"/>
 
32
      <arg name="app_icon" type="s" direction="in"/>
 
33
      <arg name="summary" type="s" direction="in"/>
 
34
      <arg name="body" type="s" direction="in"/>
 
35
      <arg name="actions" type="as" direction="in"/>
 
36
      <arg name="hints" type="a{sv}" direction="in"/>
 
37
      <annotation name="org.qtproject.QtDBus.QtTypeName.In6" value="QVariantMap"/>
 
38
      <arg name="expire_timeout" type="i" direction="in"/>
 
39
    </method>
 
40
    <method name="onDataChanged">
 
41
      <arg name="id" type="u" direction="in"/>
 
42
    </method>
 
43
    <method name="onCompleted">
 
44
      <arg name="id" type="u" direction="in"/>
 
45
    </method>
 
46
  </interface>
 
47
</node>