aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/comp-editor.h
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2006-01-13 17:29:18 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2006-01-13 17:29:18 +0800
commit609a0591014db0f10e981388962c328a3f2f935d (patch)
treed1ecb61d8c2ba2cd5904fc708a8e3d19b5107b97 /calendar/gui/dialogs/comp-editor.h
parent1e2901cd509edbbe74b5effd5c44a7570100ca85 (diff)
downloadgsoc2013-evolution-609a0591014db0f10e981388962c328a3f2f935d.tar
gsoc2013-evolution-609a0591014db0f10e981388962c328a3f2f935d.tar.gz
gsoc2013-evolution-609a0591014db0f10e981388962c328a3f2f935d.tar.bz2
gsoc2013-evolution-609a0591014db0f10e981388962c328a3f2f935d.tar.lz
gsoc2013-evolution-609a0591014db0f10e981388962c328a3f2f935d.tar.xz
gsoc2013-evolution-609a0591014db0f10e981388962c328a3f2f935d.tar.zst
gsoc2013-evolution-609a0591014db0f10e981388962c328a3f2f935d.zip
fixes #271810
svn path=/trunk/; revision=31159
Diffstat (limited to 'calendar/gui/dialogs/comp-editor.h')
-rw-r--r--calendar/gui/dialogs/comp-editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/comp-editor.h b/calendar/gui/dialogs/comp-editor.h
index 3affcb22b6..1c11e1540c 100644
--- a/calendar/gui/dialogs/comp-editor.h
+++ b/calendar/gui/dialogs/comp-editor.h
@@ -55,6 +55,7 @@ typedef struct {
/* Virtual functions */
void (* set_e_cal) (CompEditor *page, ECal *client);
void (* edit_comp) (CompEditor *page, ECalComponent *comp);
+ void (* object_created) (CompEditor *page);
gboolean (* send_comp) (CompEditor *page, ECalComponentItipMethod method);
} CompEditorClass;