Fix deprecated warnings. com.trolltech>org.qtproject
[quassel.git] / interfaces / org.freedesktop.Notifications.xml
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" type="s" direction="out"/>
11     </signal>
12     <method name="GetCapabilities">
13       <arg type="as" direction="out"/>
14     </method>
15     <method name="GetServerInformation">
16       <arg name="name" type="s" direction="out"/>
17       <arg name="vendor" type="s" direction="out"/>
18       <arg name="version" type="s" direction="out"/>
19     </method>
20     <method name="Notify">
21       <arg type="u" direction="out"/>
22       <arg name="app_name" type="s" direction="in"/>
23       <arg name="replaces_id" type="u" direction="in"/>
24       <arg name="app_icon" type="s" direction="in"/>
25       <arg name="summary" type="s" direction="in"/>
26       <arg name="body" type="s" direction="in"/>
27       <arg name="actions" type="as" direction="in"/>
28       <arg name="hints" type="a{sv}" direction="in"/>
29       <annotation name="org.qtproject.QtDBus.QtTypeName.In6" value="QVariantMap"/>
30       <arg name="expire_timeout" type="i" direction="in"/>
31     </method>
32     <method name="CloseNotification">
33       <arg name="id" type="u" direction="in"/>
34     </method>
35   </interface>
36 </node>