1.1 --- a/gmyth-dbus/src/gmyth-dbus-server.xml Thu Oct 25 15:40:47 2007 +0100
1.2 +++ b/gmyth-dbus/src/gmyth-dbus-server.xml Wed Jan 23 20:04:59 2008 +0000
1.3 @@ -36,20 +36,20 @@
1.4 <arg type="i" name="channel" direction="in" />
1.5 <arg type="s" name="start_time" direction="in" />
1.6 <arg type="s" name="end_time" direction="in" />
1.7 - <arg type="a(sssssss)" name="program_list" direction="out" />
1.8 + <arg type="a(issssss)" name="program_list" direction="out" />
1.9 </method>
1.10
1.11 <method name="GetRecordedList">
1.12 - <arg type="a(uuussssssst)" name="records" direction="out" />
1.13 + <arg type="a(usissssssst)" name="records" direction="out" />
1.14 </method>
1.15
1.16 <method name="GetRecordedInfo">
1.17 <arg type="s" name="basename" direction="in" />
1.18 - <arg type="(uuussssssst)" name="details" direction="out" />
1.19 + <arg type="(usissssssst)" name="details" direction="out" />
1.20 </method>
1.21
1.22 <method name="GetScheduleList">
1.23 - <arg type="a(uuussssu)" name="schedules" direction="out" />
1.24 + <arg type="a(usissssu)" name="schedules" direction="out" />
1.25 </method>
1.26
1.27 <method name="FileExists">
1.28 @@ -68,13 +68,13 @@
1.29 </method>
1.30
1.31 <method name="StopRecording">
1.32 - <arg type="u" name="channel_id" direction="in" />
1.33 + <arg type="i" name="channel_id" direction="in" />
1.34 <arg type="b" name="result" direction="out" />
1.35 </method>
1.36
1.37 <method name="AddSchedule">
1.38 - <arg type="u" name="channel_id" direction="in" />
1.39 - <arg type="u" name="program_id" direction="in" />
1.40 + <arg type="i" name="channel_id" direction="in" />
1.41 + <arg type="s" name="program_id" direction="in" />
1.42 <arg type="s" name="start_time" direction="in" />
1.43 <arg type="s" name="end_time" direction="in" />
1.44 <arg type="b" name="recurring" direction="in" />
1.45 @@ -84,8 +84,8 @@
1.46
1.47 <method name="AddException">
1.48 <arg type="u" name="schedule_id" direction="in" />
1.49 - <arg type="u" name="program_id" direction="in" />
1.50 - <arg type="u" name="channel_id" direction="in" />
1.51 + <arg type="s" name="program_id" direction="in" />
1.52 + <arg type="i" name="channel_id" direction="in" />
1.53 <arg type="s" name="start_time" direction="in" />
1.54 <arg type="s" name="end_time" direction="in" />
1.55 <arg type="s" name="description" direction="in" />