aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-view.h
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2004-10-08 05:03:36 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-10-08 05:03:36 +0800
commit02a4d3a18624282178c05978d9f8cca7e225532c (patch)
tree14235ed87aac65ccc5f5312fcc2cfe5fd5b00f32 /calendar/gui/e-calendar-view.h
parent63e2099d75600e4f83849f38f5390074a91e26fc (diff)
downloadgsoc2013-evolution-02a4d3a18624282178c05978d9f8cca7e225532c.tar
gsoc2013-evolution-02a4d3a18624282178c05978d9f8cca7e225532c.tar.gz
gsoc2013-evolution-02a4d3a18624282178c05978d9f8cca7e225532c.tar.bz2
gsoc2013-evolution-02a4d3a18624282178c05978d9f8cca7e225532c.tar.lz
gsoc2013-evolution-02a4d3a18624282178c05978d9f8cca7e225532c.tar.xz
gsoc2013-evolution-02a4d3a18624282178c05978d9f8cca7e225532c.tar.zst
gsoc2013-evolution-02a4d3a18624282178c05978d9f8cca7e225532c.zip
guard config.h
2004-10-07 JP Rosevear <jpr@novell.com> * gui/print.c: guard config.h * gui/tasks-control.c: guard config.h, remove useless include * gui/migration.c: remove useless include * gui/main.c: remove useless include * gui/e-calendar-view.h: #define the type * gui/calendar-offline-handler.c: remove useless include * gui/calendar-config.c: tidy header svn path=/trunk/; revision=27501
Diffstat (limited to 'calendar/gui/e-calendar-view.h')
-rw-r--r--calendar/gui/e-calendar-view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/e-calendar-view.h b/calendar/gui/e-calendar-view.h
index 724833c1a4..8335352976 100644
--- a/calendar/gui/e-calendar-view.h
+++ b/calendar/gui/e-calendar-view.h
@@ -35,6 +35,7 @@ G_BEGIN_DECLS
* EView - base widget class for the calendar views.
*/
+#define E_TYPE_CALENDAR_VIEW (e_calendar_view_get_type ())
#define E_CALENDAR_VIEW(obj) GTK_CHECK_CAST (obj, e_calendar_view_get_type (), ECalendarView)
#define E_CALENDAR_VIEW_CLASS(klass) GTK_CHECK_CLASS_CAST (klass, e_calendar_view_get_type (), ECalendarViewClass)
#define E_IS_CALENDAR_VIEW(obj) GTK_CHECK_TYPE (obj, e_calendar_view_get_type ())