aboutsummaryrefslogtreecommitdiffstats
path: root/doc/devel/calendar/cal-util
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@src.gnome.org>2001-08-09 14:26:19 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-08-09 14:26:19 +0800
commit00225dc415ff808fae151d3eeef5bc1889d2b0a4 (patch)
tree08dcb013b8dadd3c2f236a1084c8470f0c060b09 /doc/devel/calendar/cal-util
parentdf0dbaef4aa3530ca72ff879b51472d6dc1a8ad0 (diff)
downloadgsoc2013-evolution-00225dc415ff808fae151d3eeef5bc1889d2b0a4.tar
gsoc2013-evolution-00225dc415ff808fae151d3eeef5bc1889d2b0a4.tar.gz
gsoc2013-evolution-00225dc415ff808fae151d3eeef5bc1889d2b0a4.tar.bz2
gsoc2013-evolution-00225dc415ff808fae151d3eeef5bc1889d2b0a4.tar.lz
gsoc2013-evolution-00225dc415ff808fae151d3eeef5bc1889d2b0a4.tar.xz
gsoc2013-evolution-00225dc415ff808fae151d3eeef5bc1889d2b0a4.tar.zst
gsoc2013-evolution-00225dc415ff808fae151d3eeef5bc1889d2b0a4.zip
sync - Federico
svn path=/trunk/; revision=11821
Diffstat (limited to 'doc/devel/calendar/cal-util')
-rw-r--r--doc/devel/calendar/cal-util/evolution-cal-util-decl.txt15
1 files changed, 10 insertions, 5 deletions
diff --git a/doc/devel/calendar/cal-util/evolution-cal-util-decl.txt b/doc/devel/calendar/cal-util/evolution-cal-util-decl.txt
index 631a3ca267..34164aba0e 100644
--- a/doc/devel/calendar/cal-util/evolution-cal-util-decl.txt
+++ b/doc/devel/calendar/cal-util/evolution-cal-util-decl.txt
@@ -585,11 +585,6 @@ CalComponent *comp, GSList *attendee_list
CalComponent *comp1, CalComponent *comp2
</FUNCTION>
<FUNCTION>
-<NAME>cal_component_compare_event_timezone</NAME>
-<RETURNS>gboolean </RETURNS>
-CalComponent *comp, icaltimezone *zone
-</FUNCTION>
-<FUNCTION>
<NAME>cal_component_free_categories_list</NAME>
<RETURNS>void </RETURNS>
GSList *categ_list
@@ -864,6 +859,11 @@ typedef enum {
GList *list
</FUNCTION>
<FUNCTION>
+<NAME>cal_util_new_top_level</NAME>
+<RETURNS>icalcomponent *</RETURNS>
+void
+</FUNCTION>
+<FUNCTION>
<NAME>time_days_in_month</NAME>
<RETURNS>int </RETURNS>
int year, int month
@@ -978,3 +978,8 @@ time_t time, icaltimezone *zone
<RETURNS>time_t </RETURNS>
time_t time, icaltimezone *zone
</FUNCTION>
+<FUNCTION>
+<NAME>time_to_gdate_with_zone</NAME>
+<RETURNS>void </RETURNS>
+GDate *date, time_t time, icaltimezone *zone
+</FUNCTION>