aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-event.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-08-12 11:19:03 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-08-12 11:19:03 +0800
commite68456f60f37d5d6e18fac95a5a9ddea2e9627fa (patch)
treea45843764cfee8994cf540bf703250120b5e4a9a /calendar/gui/e-cal-event.h
parent5e31896863e915fb2a7f613c029fb91aeaa2e42c (diff)
downloadgsoc2013-evolution-e68456f60f37d5d6e18fac95a5a9ddea2e9627fa.tar
gsoc2013-evolution-e68456f60f37d5d6e18fac95a5a9ddea2e9627fa.tar.gz
gsoc2013-evolution-e68456f60f37d5d6e18fac95a5a9ddea2e9627fa.tar.bz2
gsoc2013-evolution-e68456f60f37d5d6e18fac95a5a9ddea2e9627fa.tar.lz
gsoc2013-evolution-e68456f60f37d5d6e18fac95a5a9ddea2e9627fa.tar.xz
gsoc2013-evolution-e68456f60f37d5d6e18fac95a5a9ddea2e9627fa.tar.zst
gsoc2013-evolution-e68456f60f37d5d6e18fac95a5a9ddea2e9627fa.zip
Get the calendar-weather plugin working.
Diffstat (limited to 'calendar/gui/e-cal-event.h')
-rw-r--r--calendar/gui/e-cal-event.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/calendar/gui/e-cal-event.h b/calendar/gui/e-cal-event.h
index e9f5987673..73d27353fa 100644
--- a/calendar/gui/e-cal-event.h
+++ b/calendar/gui/e-cal-event.h
@@ -36,17 +36,17 @@ typedef struct _ECalEvent ECalEvent;
typedef struct _ECalEventClass ECalEventClass;
enum _e_cal_event_target_t {
- E_CAL_EVENT_TARGET_MODULE,
+ E_CAL_EVENT_TARGET_BACKEND,
};
-/* Flags that describe TARGET_MODULE */
+/* Flags that describe TARGET_BACKEND */
enum {
E_CAL_EVENT_MODULE_MIGRATION = 1 << 0,
};
-typedef struct _ECalEventTargetModule ECalEventTargetModule;
+typedef struct _ECalEventTargetBackend ECalEventTargetBackend;
-struct _ECalEventTargetModule {
+struct _ECalEventTargetBackend {
EEventTarget target;
EShellBackend *shell_backend;
ESourceList *source_list;
@@ -64,7 +64,7 @@ struct _ECalEventClass {
GType e_cal_event_get_type (void);
ECalEvent* e_cal_event_peek (void);
-ECalEventTargetModule* e_cal_event_target_new_module (ECalEvent *ece, EShellBackend *shell_backend, ESourceList *source_list, guint32 flags);
+ECalEventTargetBackend* e_cal_event_target_new_module (ECalEvent *ece, EShellBackend *shell_backend, ESourceList *source_list, guint32 flags);
/* ********************************************************************** */