Adapt libedata-cal to the new ESource API.
[platform/upstream/evolution-data-server.git] / calendar / libedata-cal / e-cal-backend-sync.h
index 6b7d180..826e648 100644 (file)
@@ -48,8 +48,6 @@ struct _ECalBackendSyncClass {
        void    (* discard_alarm_sync)          (ECalBackendSync *backend, EDataCal *cal, GCancellable *cancellable, const gchar *uid, const gchar *rid, const gchar *auid, GError **error);
        void    (* get_timezone_sync)           (ECalBackendSync *backend, EDataCal *cal, GCancellable *cancellable, const gchar *tzid, gchar **tzobject, GError **error);
        void    (* add_timezone_sync)           (ECalBackendSync *backend, EDataCal *cal, GCancellable *cancellable, const gchar *tzobject, GError **error);
-
-       void    (* authenticate_user_sync)      (ECalBackendSync *backend, GCancellable *cancellable, ECredentials *credentials, GError **error);
 };
 
 GType  e_cal_backend_sync_get_type             (void);
@@ -74,8 +72,6 @@ void  e_cal_backend_sync_discard_alarm        (ECalBackendSync *backend, EDataCal *cal,
 void   e_cal_backend_sync_get_timezone         (ECalBackendSync *backend, EDataCal *cal, GCancellable *cancellable, const gchar *tzid, gchar **tzobject, GError **error);
 void   e_cal_backend_sync_add_timezone         (ECalBackendSync *backend, EDataCal *cal, GCancellable *cancellable, const gchar *tzobject, GError **error);
 
-void   e_cal_backend_sync_authenticate_user    (ECalBackendSync *backend, GCancellable *cancellable, ECredentials *credentials, GError **error);
-
 G_END_DECLS
 
 #endif /* __E_CAL_BACKEND_SYNC_H__ */