From a03f926fd5bc3bad2f5c8884299798290f240ac7 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 7 Aug 2009 18:05:18 +0200 Subject: Bug #584030 - [Mail-To-Task] improve duplicate handling and such --- calendar/gui/cal-editor-utils.h | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 calendar/gui/cal-editor-utils.h (limited to 'calendar/gui/cal-editor-utils.h') 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 + * + * + * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) + * + */ + +#ifndef CAL_EDITOR_UTILS_HEADER +#define CAL_EDITOR_UTILS_HEADER + +#include +#include +#include + +G_BEGIN_DECLS + +void open_component_editor (ECal *client, ECalComponent *comp, gboolean is_new, GError **error); + +G_END_DECLS + +#endif -- cgit v1.2.3