summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2010-08-03 14:24:23 +0100
committerRob Bradford <rob@linux.intel.com>2010-08-03 15:30:43 +0100
commitec6d4cd6c6071b02dc81936c4f4305e3e5557468 (patch)
tree5ed0a2d4b22815a265a452eb64869c826c6b4de1
parent28d36db0adf41e34da393db46ee5cc47bde0d232 (diff)
downloadevolution-data-server-ec6d4cd6c6071b02dc81936c4f4305e3e5557468.tar.gz
ecal: Add typedef for async callback (based on EBook)
-rw-r--r--calendar/libecal/e-cal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/libecal/e-cal.h b/calendar/libecal/e-cal.h
index ead68c65b..996f1858f 100644
--- a/calendar/libecal/e-cal.h
+++ b/calendar/libecal/e-cal.h
@@ -96,6 +96,9 @@ typedef gchar * (* ECalAuthFunc) (ECal *ecal,
const gchar *key,
gpointer user_data);
+typedef void (*ECalAsyncCallback) (ECal *ecal, const GError *error, gpointer closure);
+
+
GType e_cal_get_type (void);
GType e_cal_open_status_enum_get_type (void);