aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/cal-editor-utils.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-08-08 00:05:18 +0800
committerMilan Crha <mcrha@redhat.com>2009-08-08 00:05:18 +0800
commita03f926fd5bc3bad2f5c8884299798290f240ac7 (patch)
treeae993c7ea30a5cd4f396262d0a3526c5de80fc22 /calendar/gui/cal-editor-utils.h
parent33aa045fc2608bd070c3f31f28ac9d3e702f5137 (diff)
downloadgsoc2013-evolution-a03f926fd5bc3bad2f5c8884299798290f240ac7.tar
gsoc2013-evolution-a03f926fd5bc3bad2f5c8884299798290f240ac7.tar.gz
gsoc2013-evolution-a03f926fd5bc3bad2f5c8884299798290f240ac7.tar.bz2
gsoc2013-evolution-a03f926fd5bc3bad2f5c8884299798290f240ac7.tar.lz
gsoc2013-evolution-a03f926fd5bc3bad2f5c8884299798290f240ac7.tar.xz
gsoc2013-evolution-a03f926fd5bc3bad2f5c8884299798290f240ac7.tar.zst
gsoc2013-evolution-a03f926fd5bc3bad2f5c8884299798290f240ac7.zip
Bug #584030 - [Mail-To-Task] improve duplicate handling and such
Diffstat (limited to 'calendar/gui/cal-editor-utils.h')
-rw-r--r--calendar/gui/cal-editor-utils.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/calendar/gui/cal-editor-utils.h b/calendar/gui/cal-editor-utils.h
new file mode 100644
index 0000000000..de37367756
--- /dev/null
+++ b/calendar/gui/cal-editor-utils.h
@@ -0,0 +1,33 @@
+/*
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) version 3.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with the program; if not, see <http://www.gnu.org/licenses/>
+ *
+ *
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
+ *
+ */
+
+#ifndef CAL_EDITOR_UTILS_HEADER
+#define CAL_EDITOR_UTILS_HEADER
+
+#include <glib.h>
+#include <libecal/e-cal.h>
+#include <libecal/e-cal-component.h>
+
+G_BEGIN_DECLS
+
+void open_component_editor (ECal *client, ECalComponent *comp, gboolean is_new, GError **error);
+
+G_END_DECLS
+
+#endif