From bb7cb1d677117a938ae18d9cae7acc7a56678b6f Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 17 Sep 2008 15:07:13 +0000 Subject: Massive address book refactoring. Things are mostly working again. Also, begin documenting the new shell API, and provide a Gtk-Doc framework. svn path=/branches/kill-bonobo/; revision=36359 --- calendar/gui/e-cal-shell-view.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'calendar/gui/e-cal-shell-view.h') diff --git a/calendar/gui/e-cal-shell-view.h b/calendar/gui/e-cal-shell-view.h index 14ce530c61..404446f22b 100644 --- a/calendar/gui/e-cal-shell-view.h +++ b/calendar/gui/e-cal-shell-view.h @@ -21,6 +21,7 @@ #ifndef E_CAL_SHELL_VIEW_H #define E_CAL_SHELL_VIEW_H +#include #include #include @@ -62,6 +63,8 @@ struct _ECalShellViewClass { GType e_cal_shell_view_get_type (GTypeModule *type_module); +GnomeCalendar * e_cal_shell_view_get_calendar + (ECalShellView *cal_shell_view); ESourceList * e_cal_shell_view_get_source_list (ECalShellView *cal_shell_view); -- cgit v1.2.3