[evolution-data-server/rbradford-wip-ecal-async-api: 1/5] ecal: Add typedef for async callback (based on EBook)



commit ec6d4cd6c6071b02dc81936c4f4305e3e5557468
Author: Rob Bradford <rob linux intel com>
Date:   Tue Aug 3 14:24:23 2010 +0100

    ecal: Add typedef for async callback (based on EBook)

 calendar/libecal/e-cal.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/calendar/libecal/e-cal.h b/calendar/libecal/e-cal.h
index ead68c6..996f185 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]