aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@src.gnome.org>2000-08-03 06:55:49 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-08-03 06:55:49 +0800
commit83dbcbadc224f5add72a42b7a7c6c794093528f8 (patch)
tree41907ede630770f0ace476825e8effdf46515530 /calendar/pcs
parentf2dc2d3fb6821ebf31807bee6d509358ac8f48a4 (diff)
downloadgsoc2013-evolution-83dbcbadc224f5add72a42b7a7c6c794093528f8.tar.gz
gsoc2013-evolution-83dbcbadc224f5add72a42b7a7c6c794093528f8.tar.zst
gsoc2013-evolution-83dbcbadc224f5add72a42b7a7c6c794093528f8.zip
Dum dum dum - Federico
svn path=/trunk/; revision=4494
Diffstat (limited to 'calendar/pcs')
-rw-r--r--calendar/pcs/cal-backend-file.c36
1 files changed, 36 insertions, 0 deletions
diff --git a/calendar/pcs/cal-backend-file.c b/calendar/pcs/cal-backend-file.c
index 8c12e38e3b..803ec0625e 100644
--- a/calendar/pcs/cal-backend-file.c
+++ b/calendar/pcs/cal-backend-file.c
@@ -1002,3 +1002,39 @@ cal_backend_file_remove_object (CalBackend *backend, const char *uid)
return TRUE;
}
+
+/* Get_uid_by_pilot_id handler for the file backend */
+static char *
+cal_backend_file_get_uid_by_pilot_id (CalBackend *backend, unsigned long int pilot_id)
+{
+ CalBackendFile *cbfile;
+ CalBackendFilePrivate *priv;
+
+ cbfile = CAL_BACKEND_FILE (backend);
+ priv = cbfile->priv;
+
+ g_return_val_if_fail (priv->icalcomp != NULL, FALSE);
+
+ /* FIXME */
+ return NULL;
+}
+
+/* Update_pilot_id handler for the file backend */
+static void
+cal_backend_file_update_pilot_id (CalBackend *backend,
+ const char *uid,
+ unsigned long int pilot_id,
+ unsigned long int pilot_status)
+{
+ CalBackendFile *cbfile;
+ CalBackendFilePrivate *priv;
+
+ cbfile = CAL_BACKEND_FILE (backend);
+ priv = cbfile->priv;
+
+ g_return_if_fail (priv->icalcomp != NULL, FALSE);
+
+ g_return_if_fail (uid != NULL);
+
+ /* FIXME */
+}
4:20:22 +0800'>2002-01-061-6/+2 * - update to 0.99epetef2001-11-257-48/+149 * Update to version 0.99dkevlo2001-07-039-389/+55 * o Add a couple of missed @dirrm's;sobomax2001-03-141-23/+30 * Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-3/+3 * Update to use ADNS. Bump PORTREVISION.will2000-12-213-2/+373 * Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-1/+1 * Add back explicit dependency on rsaref since it doesn't build without it.kris2000-09-221-0/+1 * Update all ports using OpenSSL and RSA to work without rsaref sincekris2000-09-221-3/+0 * Fix MASTER_SITES.asmodai2000-09-051-1/+1 out of sync with mozilla.sf2001-06-141-0/+1 * update to 0.9.sf2001-05-297-32/+113 * mark as broken due to out of sync with mozilla.sf2001-05-281-0/+1 * make MOZILLA_IPV6 optional correctly.sf2001-04-141-1/+1 * Now ipv6 is optional (but default) since www/mozilla has caught up.sada2001-04-121-2/+1 * Update distinfo since the distributor has re-packed distfile in same namesada2001-04-121-1/+1 * distfile repacked with changes for Macintosh.sf2001-04-092-8/+13 * update to 0.8.1.sf2001-04-086-37/+129 * update to 0.8.sf2001-03-046-222/+69 * This port must be synced with www/mozilla(now 0.8).sf2001-03-011-0/+2 * Catch up mozilla-0.7.sf2001-01-175-20/+105 * Use the fonts included in ja-netscape-fonts.knu2000-10-302-3/+4 * ${ENV} should be ${SETENV}.knu2000-10-301-2/+2