aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/component/e-summary.h
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2000-10-07 08:46:26 +0800
committerIain Holmes <iain@src.gnome.org>2000-10-07 08:46:26 +0800
commitd412d185d593da40b2ff5c8eb913b1152cc13856 (patch)
tree6d8c65e6cd35fbcfff1ef0bc1f975c1c3f902b26 /executive-summary/component/e-summary.h
parentdae66d806c60bd4825cdb7525dc7fe30b863a0b7 (diff)
downloadgsoc2013-evolution-d412d185d593da40b2ff5c8eb913b1152cc13856.tar
gsoc2013-evolution-d412d185d593da40b2ff5c8eb913b1152cc13856.tar.gz
gsoc2013-evolution-d412d185d593da40b2ff5c8eb913b1152cc13856.tar.bz2
gsoc2013-evolution-d412d185d593da40b2ff5c8eb913b1152cc13856.tar.lz
gsoc2013-evolution-d412d185d593da40b2ff5c8eb913b1152cc13856.tar.xz
gsoc2013-evolution-d412d185d593da40b2ff5c8eb913b1152cc13856.tar.zst
gsoc2013-evolution-d412d185d593da40b2ff5c8eb913b1152cc13856.zip
Byebye Makefile.in
svn path=/trunk/; revision=5775
Diffstat (limited to 'executive-summary/component/e-summary.h')
-rw-r--r--executive-summary/component/e-summary.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/executive-summary/component/e-summary.h b/executive-summary/component/e-summary.h
index 5aa608b5e0..24d0bf7d4e 100644
--- a/executive-summary/component/e-summary.h
+++ b/executive-summary/component/e-summary.h
@@ -28,6 +28,7 @@
#include <gtkhtml/gtkhtml.h>
#include <gtk/gtkvbox.h>
#include <executive-summary.h>
+#include <executive-summary-component-client.h>
#include "shell/Evolution.h"
@@ -53,13 +54,15 @@ struct _ESummaryClass {
GtkType e_summary_get_type (void);
GtkWidget *e_summary_new (const Evolution_Shell shell);
-void e_summary_rebuild_page (ESummary *esummary);
+int e_summary_rebuild_page (ESummary *esummary);
void e_summary_add_html_service (ESummary *esummary,
ExecutiveSummary *summary,
+ ExecutiveSummaryComponentClient *client,
const char *html,
const char *title);
void e_summary_add_bonobo_service (ESummary *esummary,
ExecutiveSummary *summary,
+ ExecutiveSummaryComponentClient *client,
GtkWidget *control,
const char *title);
void e_summary_update_window (ESummary *esummary,