1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Description: fix build on hppa and powerpc
Author: https://github.com/mcrha
Forwarded: https://github.com/libical/libical/issues/852
--- a/src/libical-glib/api/i-cal-recur.xml
+++ b/src/libical-glib/api/i-cal-recur.xml
@@ -18,7 +18,7 @@
<parameter type="const gchar *" name="rule" comment="The rule of the recurrence"/>
<parameter type="time_t" name="start" comment="The start seconds past the POSIX epoch"/>
<parameter type="gint" name="count" comment="The number of elements to be filled up in the @array"/>
- <returns type="GArray *" annotation="array, element-type long, transfer full" comment="If successful, return the array. NULL if failed."/>
+ <returns type="GArray *" annotation="array, element-type time_t, transfer full" comment="If successful, return the array. NULL if failed."/>
<comment xml:space="preserve">Fills an array with the 'count' number of occurrences generated by the rrule. Note that the times are returned in UTC, but the times are calculated in local time. YOu will have to convert the results back into local time before using them.</comment>
<custom> time_t *array;
GArray *garray;
|