not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / plasma / dataengines / notifications / org.kde.VisualNotifications.xml
blobfb859ba5ed367fa3fe65fe59cf05a01f876c1e11
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.kde.VisualNotifications">
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.In7" 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="event_id" type="s" direction="in"/>
18       <arg name="app_icon" type="s" direction="in"/>
19       <arg name="summary" type="s" direction="in"/>
20       <arg name="body" type="s" direction="in"/>
21       <arg name="actions" type="as" direction="in"/>
22       <arg name="hints" type="a{sv}" direction="in"/>
23       <arg name="timeout" type="i" direction="in"/>
24     </method>
25     <method name="CloseNotification">
26       <arg name="id" type="u" direction="in"/>
27     </method>
28   </interface>
29 </node>