diff options
Diffstat (limited to 'help/devel/calendar/cal-util/evolution-cal-util-decl.txt')
-rw-r--r-- | help/devel/calendar/cal-util/evolution-cal-util-decl.txt | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/help/devel/calendar/cal-util/evolution-cal-util-decl.txt b/help/devel/calendar/cal-util/evolution-cal-util-decl.txt index 631a3ca267..34164aba0e 100644 --- a/help/devel/calendar/cal-util/evolution-cal-util-decl.txt +++ b/help/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> |