aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-summary.h
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2000-12-22 08:10:58 +0800
committerIain Holmes <iain@src.gnome.org>2000-12-22 08:10:58 +0800
commit46c9ba67664e8d8e52d7b6d0841d17d8d779ea64 (patch)
tree2c49ab14f8d694bf4c06c0cffcf167e298baf535 /calendar/gui/calendar-summary.h
parent0305388aa2c358bdc3395ef2b0abb9efc3e91744 (diff)
downloadgsoc2013-evolution-46c9ba67664e8d8e52d7b6d0841d17d8d779ea64.tar
gsoc2013-evolution-46c9ba67664e8d8e52d7b6d0841d17d8d779ea64.tar.gz
gsoc2013-evolution-46c9ba67664e8d8e52d7b6d0841d17d8d779ea64.tar.bz2
gsoc2013-evolution-46c9ba67664e8d8e52d7b6d0841d17d8d779ea64.tar.lz
gsoc2013-evolution-46c9ba67664e8d8e52d7b6d0841d17d8d779ea64.tar.xz
gsoc2013-evolution-46c9ba67664e8d8e52d7b6d0841d17d8d779ea64.tar.zst
gsoc2013-evolution-46c9ba67664e8d8e52d7b6d0841d17d8d779ea64.zip
Working Calendar summary.
Smile. svn path=/trunk/; revision=7123
Diffstat (limited to 'calendar/gui/calendar-summary.h')
-rw-r--r--calendar/gui/calendar-summary.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/calendar/gui/calendar-summary.h b/calendar/gui/calendar-summary.h
index 8e21262db3..259fe355de 100644
--- a/calendar/gui/calendar-summary.h
+++ b/calendar/gui/calendar-summary.h
@@ -24,9 +24,9 @@
#ifndef CALENDAR_SUMMARY_H
#define CALENDAR_SUMMARY_H
-char * create_summary_view (ExecutiveSummaryComponent *component,
- char **title,
- char **icon,
- void *closure);
+#include <evolution-services/executive-summary-component.h>
+
+BonoboObject *create_summary_view (ExecutiveSummaryComponentFactory *_factory,
+ void *closure);
#endif