~cordia-team/+junk/hildon-home

« back to all changes in this revision

Viewing changes to src/hd-notification-manager.xml

  • Committer: Thomas-Karl Pietrowski
  • Date: 2011-10-09 16:56:50 UTC
  • Revision ID: thopiekar@googlemail.com-20111009165650-4c3oct3pk33c2fb3
first release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
 
 
3
<node name="/org/freedesktop/Notifications">
 
4
 
 
5
  <interface name="org.freedesktop.Notifications">
 
6
                
 
7
    <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="HDNotificationManager"/>
 
8
 
 
9
    <method name="Notify">
 
10
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="hd_notification_manager_notify"/>
 
11
 
 
12
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
13
 
 
14
      <arg type="s" name="app_name" direction="in" />
 
15
      <arg type="u" name="id" direction="in" />
 
16
      <arg type="s" name="icon" direction="in" />
 
17
      <arg type="s" name="summary" direction="in" />
 
18
      <arg type="s" name="body" direction="in" />
 
19
      <arg type="as" name="actions" direction="in" />
 
20
      <arg type="a{sv}" name="hints" direction="in" />
 
21
      <arg type="i" name="timeout" direction="in" />
 
22
      <arg type="u" name="return_id" direction="out" />
 
23
    </method>
 
24
 
 
25
    <method name="CloseNotification">
 
26
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="hd_notification_manager_close_notification"/>
 
27
 
 
28
      <arg type="u" name="id" direction="in" />
 
29
    </method>
 
30
 
 
31
    <method name="SystemNoteInfoprint">
 
32
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="hd_notification_manager_system_note_infoprint"/>
 
33
 
 
34
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
35
 
 
36
      <arg type="s" name="message" direction="in" />
 
37
      <arg type="u" name="return_id" direction="out" />
 
38
    </method>
 
39
 
 
40
    <method name="SystemNoteDialog">
 
41
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="hd_notification_manager_system_note_dialog"/>
 
42
 
 
43
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
44
 
 
45
      <arg type="s" name="message" direction="in" />
 
46
      <arg type="u" name="type" direction="in" />
 
47
      <arg type="s" name="label" direction="in" />
 
48
      <arg type="u" name="return_id" direction="out" />
 
49
    </method>
 
50
    
 
51
    <method name="GetCapabilities">
 
52
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="hd_notification_manager_get_capabilities"/>
 
53
 
 
54
      <arg type="as" name="return_caps" direction="out"/>
 
55
    </method>
 
56
 
 
57
    <method name="GetServerInformation">
 
58
      
 
59
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="hd_notification_manager_get_server_info"/>
 
60
 
 
61
      <arg type="s" name="return_name" direction="out"/>
 
62
      <arg type="s" name="return_vendor" direction="out"/>
 
63
      <arg type="s" name="return_version" direction="out"/>
 
64
      <!--<arg type="s" name="return_spec_version" direction="out"/>-->
 
65
    </method>
 
66
 
 
67
  </interface>
 
68
 
 
69
</node>