summaryrefslogtreecommitdiffstats
path: root/src/daemon/notificationdaemon.xml
blob: 81c1674d4e78e694cdbe567f49211d42633c8b9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8" ?>

<node name="/org/freedesktop/Notifications">

  <interface name="org.freedesktop.Notifications">
    <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="NotifyDaemon"/>
    <method name="Notify">
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="notify_daemon_notify_handler"/>
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
      <arg type="s" name="app_name" direction="in" />
      <arg type="u" name="id" direction="in" />
      <arg type="s" name="icon" direction="in" />
      <arg type="s" name="summary" direction="in" />
      <arg type="s" name="body" direction="in" />
      <arg type="as" name="actions" direction="in" />
      <arg type="a{sv}" name="hints" direction="in" />
      <arg type="i" name="timeout" direction="in" />
      <arg type="u" name="return_id" direction="out" />
    </method>

    <method name="CloseNotification">
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="notify_daemon_close_notification_handler"/>
      <arg type="u" name="id" direction="in" />
    </method>

    <method name="GetCapabilities">
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="notify_daemon_get_capabilities"/>
      <arg type="as" name="return_caps" direction="out"/>
    </method>

    <method name="ReloadSettings">
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="notify_daemon_reload_settings"/>
    </method>

    <method name="GetServerInformation">
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="notify_daemon_get_server_information"/>
      <arg type="s" name="return_name" direction="out"/>
      <arg type="s" name="return_vendor" direction="out"/>
      <arg type="s" name="return_version" direction="out"/>
      <arg type="s" name="return_spec_version" direction="out"/>
    </method>

  </interface>
</node>