RSIBreak meets Plasma. Basic Plasmoid showing the current idleTime, and when the...
[rsibreak.git] / src / org.rsibreak.rsiwidget.xml
blob5c515be86199ec646b0ecaeaddf7320ac9c7fa4f
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.rsibreak.rsiwidget">
4     <method name="showWhereIAm">
5     </method>
6     <method name="doBigBreak">
7     </method>
8     <method name="doTinyBreak">
9     </method>
10     <method name="resume">
11     </method>
12     <method name="suspend">
13     </method>
14     <method name="idleTime">
15       <arg type="i" direction="out"/>
16     </method>
17     <method name="tinyLeft">
18       <arg type="i" direction="out"/>
19     </method>
20     <method name="bigLeft">
21       <arg type="i" direction="out"/>
22     </method>
23   </interface>
24 </node>