1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
4 <interface name="org.kde.amor">
5 <method name="showTip">
6 <arg name="tip" type="s" direction="in"/>
8 <method name="showMessage">
9 <arg name="message" type="s" direction="in"/>
10 <arg name="msec" type="i" direction="in"/>
12 <method name="screenSaverStopped"/>
13 <method name="screenSaverStarted"/>