aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/conduits/calendar/calendar-conduit.h
diff options
context:
space:
mode:
authorJP Rosevear <jpr@helixcode.com>2000-12-21 04:00:45 +0800
committerJP Rosevear <jpr@src.gnome.org>2000-12-21 04:00:45 +0800
commitae5692831b81c6e4e7e45ebce11a2fe64f0be6f4 (patch)
treed1519949c845e673f7266e8134c7655cf210a7a8 /calendar/conduits/calendar/calendar-conduit.h
parent0380a5d85e1039d711a868356103f2feec4fd7de (diff)
downloadgsoc2013-evolution-ae5692831b81c6e4e7e45ebce11a2fe64f0be6f4.tar
gsoc2013-evolution-ae5692831b81c6e4e7e45ebce11a2fe64f0be6f4.tar.gz
gsoc2013-evolution-ae5692831b81c6e4e7e45ebce11a2fe64f0be6f4.tar.bz2
gsoc2013-evolution-ae5692831b81c6e4e7e45ebce11a2fe64f0be6f4.tar.lz
gsoc2013-evolution-ae5692831b81c6e4e7e45ebce11a2fe64f0be6f4.tar.xz
gsoc2013-evolution-ae5692831b81c6e4e7e45ebce11a2fe64f0be6f4.tar.zst
gsoc2013-evolution-ae5692831b81c6e4e7e45ebce11a2fe64f0be6f4.zip
Fix erroneous documentation
2000-12-20 JP Rosevear <jpr@helixcode.com> * conduits/todo/todo-conduit.h: Fix erroneous documentation * conduits/todo/todo-conduit.c (comp_from_remote_record): if !is_empty_time rather than is_empty_time (e_todo_context_new): Return a pointer rather than fill in a parameter (e_todo_context_foreach_change): Free just the key (e_todo_context_destroy): Plug this enormous leakage. I had assumed i had done this earlier, which isn't too bright when anything beyond 2 minutes ago is fuzzy. (comp_from_remote_record): Kill warnings (post_sync): Destroy the map later (conduit_get_gpilot_conduit): Fix e_todo_context_new params * conduits/calendar/calendar-conduit.[hc]: Similar to above svn path=/trunk/; revision=7105
Diffstat (limited to 'calendar/conduits/calendar/calendar-conduit.h')
-rw-r--r--calendar/conduits/calendar/calendar-conduit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/conduits/calendar/calendar-conduit.h b/calendar/conduits/calendar/calendar-conduit.h
index d78fae3553..3b998716a2 100644
--- a/calendar/conduits/calendar/calendar-conduit.h
+++ b/calendar/conduits/calendar/calendar-conduit.h
@@ -47,11 +47,11 @@ struct _ECalLocalRecord {
/* The corresponding Comp object */
CalComponent *comp;
- /* pilot-link todo structure, used for implementing Transmit. */
+ /* pilot-link todo structure */
struct Appointment *appt;
};
-/* This is the context for all the GnomeCal conduit methods. */
+/* This is the context for all the Evolution Calendar conduit methods. */
typedef struct _ECalConduitContext ECalConduitContext;
struct _ECalConduitContext {
ECalConduitCfg *cfg;