diff options
author | JP Rosevear <jpr@src.gnome.org> | 2003-03-05 03:53:28 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-03-05 03:53:28 +0800 |
commit | 6c2bfc807c90645897c2101da24b8dd3a2351816 (patch) | |
tree | 1a49a493e8ab12676e6853e0d29c0a765c9c7de0 /calendar/gui/dialogs/recur-comp.h | |
parent | 6b4c3984d52cfbf88ae84ee0102f4aa0c17a2a62 (diff) | |
download | gsoc2013-evolution-6c2bfc807c90645897c2101da24b8dd3a2351816.tar gsoc2013-evolution-6c2bfc807c90645897c2101da24b8dd3a2351816.tar.gz gsoc2013-evolution-6c2bfc807c90645897c2101da24b8dd3a2351816.tar.bz2 gsoc2013-evolution-6c2bfc807c90645897c2101da24b8dd3a2351816.tar.lz gsoc2013-evolution-6c2bfc807c90645897c2101da24b8dd3a2351816.tar.xz gsoc2013-evolution-6c2bfc807c90645897c2101da24b8dd3a2351816.tar.zst gsoc2013-evolution-6c2bfc807c90645897c2101da24b8dd3a2351816.zip |
Commit missed files.
svn path=/trunk/; revision=20144
Diffstat (limited to 'calendar/gui/dialogs/recur-comp.h')
-rw-r--r-- | calendar/gui/dialogs/recur-comp.h | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/recur-comp.h b/calendar/gui/dialogs/recur-comp.h new file mode 100644 index 0000000000..942bb592c8 --- /dev/null +++ b/calendar/gui/dialogs/recur-comp.h @@ -0,0 +1,32 @@ +/* Evolution calendar - Recur calendar component dialog + * + * Copyright (C) 2001 Ximian, Inc. + * + * Author: Federico Mena-Quintero <federico@ximian.com> + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public + * License as published by the Free Software Foundation. + * + * 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. + */ + +#ifndef RECUR_COMP_H +#define RECUR_COMP_H + +#include <gtk/gtkwidget.h> +#include <cal-util/cal-component.h> +#include <cal-util/cal-util.h> + +gboolean recur_component_dialog (CalComponent *comp, + CalObjModType *mod, + GtkWindow *parent); + +#endif |