aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-factory.h
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-07-01 06:59:34 +0800
committerIain Holmes <iain@src.gnome.org>2001-07-01 06:59:34 +0800
commit730ceece38016a382888d5a9958eca004f65acf0 (patch)
treee16a9a0feaa6ba76b7d74216095e48c64c4481f7 /my-evolution/e-summary-factory.h
parentba225d83afd4d6b444553a79b3fa224d5a47e98b (diff)
downloadgsoc2013-evolution-730ceece38016a382888d5a9958eca004f65acf0.tar
gsoc2013-evolution-730ceece38016a382888d5a9958eca004f65acf0.tar.gz
gsoc2013-evolution-730ceece38016a382888d5a9958eca004f65acf0.tar.bz2
gsoc2013-evolution-730ceece38016a382888d5a9958eca004f65acf0.tar.lz
gsoc2013-evolution-730ceece38016a382888d5a9958eca004f65acf0.tar.xz
gsoc2013-evolution-730ceece38016a382888d5a9958eca004f65acf0.tar.zst
gsoc2013-evolution-730ceece38016a382888d5a9958eca004f65acf0.zip
Handle the online/offline stuff
svn path=/trunk/; revision=10639
Diffstat (limited to 'my-evolution/e-summary-factory.h')
-rw-r--r--my-evolution/e-summary-factory.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/my-evolution/e-summary-factory.h b/my-evolution/e-summary-factory.h
index 970f81d22e..858bca9956 100644
--- a/my-evolution/e-summary-factory.h
+++ b/my-evolution/e-summary-factory.h
@@ -9,7 +9,10 @@
#ifndef __E_SUMMARY_FACTORY_H__
#define __E_SUMMARY_FACTORY_H__
+#include "e-summary-offline-handler.h"
+
BonoboControl *e_summary_factory_new_control (const char *uri,
- const GNOME_Evolution_Shell shell);
+ const GNOME_Evolution_Shell shell,
+ ESummaryOfflineHandler *handler);
#endif