/usr/share/dbus-1/interfaces/org.kde.ktimetracker.ktimetracker.xml is in kdepim-dev 4:4.8.4a-0ubuntu0.3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 | <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="org.kde.ktimetracker.ktimetracker">
<method name="version">
<arg type="s" direction="out"/>
</method>
<method name="taskIdsFromName">
<arg name="out" type="as" direction="out" />
<arg name="taskName" type="s" direction="in"/>
<annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QStringList" />
</method>
<method name="newTask" />
<method name="addTask">
<arg name="taskName" type="s" direction="in"/>
</method>
<method name="addSubTask">
<arg name="taskName" type="s" direction="in"/>
<arg name="taskId" type="s" direction="in"/>
</method>
<method name="deleteTask">
<arg name="taskId" type="s" direction="in"/>
</method>
<method name="activeTasks">
<arg name="out" type="as" direction="out" />
<annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QStringList" />
</method>
<method name="setPercentComplete">
<arg name="taskId" type="s" direction="in"/>
<arg name="perCent" type="i" direction="in"/>
</method>
<method name="changeTime">
<arg type="i" direction="out"/>
<arg name="taskId" type="s" direction="in"/>
<arg name="minutes" type="i" direction="in"/>
</method>
<method name="error">
<arg type="s" direction="out"/>
<arg name="errorCode" type="i" direction="in"/>
</method>
<method name="isIdleDetectionPossible">
<arg type="b" direction="out" />
</method>
<method name="totalMinutesForTaskId">
<arg type="i" direction="out"/>
<arg name="taskId" type="s" direction="in"/>
</method>
<method name="startTimerFor">
<arg name="taskId" type="s" direction="in"/>
</method>
<method name="stopTimerFor">
<arg name="taskId" type="s" direction="in"/>
</method>
<method name="startTimerForTaskName">
<arg name="taskId" type="s" direction="in"/>
<arg type="b" direction="out"/>
</method>
<method name="stopTimerForTaskName">
<arg name="taskId" type="s" direction="in"/>
<arg type="b" direction="out"/>
</method>
<method name="stopAllTimersDBUS" />
<method name="tasks">
<arg name="out" type="as" direction="out" />
<annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QStringList" />
</method>
<method name="exportCSVFile">
<arg type="s" direction="out"/>
<arg name="filename" type="s" direction="in"/>
<arg name="from" type="s" direction="in"/>
<arg name="to" type="s" direction="in"/>
<arg name="type" type="i" direction="in"/>
<arg name="decimalMinutes" type="b" direction="in"/>
<arg name="allTasks" type="b" direction="in"/>
<arg name="delimiter" type="s" direction="in"/>
<arg name="quote" type="s" direction="in"/>
</method>
<method name="importPlannerFile">
<arg name="filename" type="s" direction="in"/>
</method>
<method name="isActive">
<arg type="b" direction="out" />
<arg name="taskId" type="s" direction="in" />
</method>
<method name="isTaskNameActive">
<arg type="b" direction="out" />
<arg name="taskId" type="s" direction="in" />
</method>
<method name="saveAll" />
<method name="quit" />
</interface>
</node>
|