source: trunk/third/evolution/shell/e-shell-config-default-folders.h @ 18142

Revision 18142, 1.2 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18141, which included commits to RCS files with non-trunk default branches.
Line 
1/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
2/* e-shell-config-default-folders.h - Configuration page for specifying default
3 * folders.
4 *
5 * Copyright (C) 2002 Ximian, Inc.
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of version 2 of the GNU General Public
9 * License as published by the Free Software Foundation.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 * General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public
17 * License along with this program; if not, write to the
18 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 * Boston, MA 02111-1307, USA.
20 *
21 * Author: Dan Winship <danw@ximian.com>
22 */
23
24#ifndef E_SHELL_CONFIG_DEFAULT_FOLDERS_H
25#define E_SHELL_CONFIG_DEFAULT_FOLDERS_H
26
27#include "e-shell.h"
28
29#include <gtk/gtkwidget.h>
30#include "evolution-config-control.h"
31
32GtkWidget *e_shell_config_default_folders_create_widget (EShell *shell, EvolutionConfigControl *config_control);
33
34#endif /* E_SHELL_CONFIG_DEFAULT_FOLDERS_H */
Note: See TracBrowser for help on using the repository browser.