Fix akonadimodel.cpp:1: warning: unterminated character constant
[kdepim.git] / ktimetracker / org.kde.ktimetracker.ktimetracker.xml
blobf0809087bcd5410c51b6d46c2944e16cdccb89ce
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3 <node>
4   <interface name="org.kde.ktimetracker.ktimetracker">
5     <method name="version">
6       <arg type="s" direction="out"/>
7     </method>
8     <method name="taskIdsFromName">
9       <arg name="out" type="as" direction="out" />
10       <arg name="taskName" type="s" direction="in"/>
11       <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QStringList" />
12     </method>
13     <method name="newTask" />
14     <method name="addTask">
15       <arg name="taskName" type="s" direction="in"/>
16     </method>
17     <method name="addSubTask">
18       <arg name="taskName" type="s" direction="in"/>
19       <arg name="taskId" type="s" direction="in"/>      
20     </method>
21     <method name="deleteTask">
22       <arg name="taskId" type="s" direction="in"/>
23     </method>
24     <method name="activeTasks">
25       <arg name="out" type="as" direction="out" />
26       <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QStringList" />
27     </method>
28     <method name="setPercentComplete">
29       <arg name="taskId" type="s" direction="in"/>
30       <arg name="perCent" type="i" direction="in"/>
31     </method>
32     <method name="bookTime">
33       <arg type="i" direction="out"/>
34       <arg name="taskId" type="s" direction="in"/>
35       <arg name="dateTime" type="s" direction="in"/>
36       <arg name="minutes" type="i" direction="in"/>
37     </method>
38     <method name="changeTime">
39       <arg type="i" direction="out"/>
40       <arg name="taskId" type="s" direction="in"/>
41       <arg name="minutes" type="i" direction="in"/>
42     </method>
43     <method name="error">
44       <arg type="s" direction="out"/>
45       <arg name="errorCode" type="i" direction="in"/>
46     </method>
47     <method name="isIdleDetectionPossible">
48        <arg type="b" direction="out" />
49     </method>
50     <method name="totalMinutesForTaskId">
51       <arg type="i" direction="out"/>
52       <arg name="taskId" type="s" direction="in"/>
53     </method>
54     <method name="startTimerFor">
55       <arg name="taskId" type="s" direction="in"/>
56     </method>
57     <method name="stopTimerFor">
58       <arg name="taskId" type="s" direction="in"/>
59     </method>
60     <method name="startTimerForTaskName">
61       <arg name="taskId" type="s" direction="in"/>
62       <arg type="b" direction="out"/>
63     </method>
64     <method name="stopTimerForTaskName">
65       <arg name="taskId" type="s" direction="in"/>
66       <arg type="b" direction="out"/>
67     </method>
68     <method name="stopAllTimersDBUS" />
69     <method name="tasks">
70       <arg name="out" type="as" direction="out" />
71       <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QStringList" />
72     </method>
73     <method name="exportCSVFile">
74       <arg type="s" direction="out"/>
75       <arg name="filename" type="s" direction="in"/>
76       <arg name="from" type="s" direction="in"/>
77       <arg name="to" type="s" direction="in"/>
78       <arg name="type" type="i" direction="in"/>
79       <arg name="decimalMinutes" type="b" direction="in"/>
80       <arg name="allTasks" type="b" direction="in"/>
81       <arg name="delimiter" type="s" direction="in"/>
82       <arg name="quote" type="s" direction="in"/>
83     </method>
84     <method name="importPlannerFile">
85       <arg name="filename" type="s" direction="in"/>
86     </method>
87     <method name="isActive">
88       <arg type="b" direction="out" />
89       <arg name="taskId" type="s" direction="in" />
90     </method>
91     <method name="isTaskNameActive">
92       <arg type="b" direction="out" />
93       <arg name="taskId" type="s" direction="in" />
94     </method>
95     <method name="saveAll" />
96     <method name="quit" />
97   </interface>
98 </node>