aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-factory.h
blob: 970f81d22e0d472ca4506f1312b2af22711d4716 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * e-summary-factory.c: Executive Summary Factory.
 *
 * Copyright (C) 2001 Ximian, Inc.
 *
 * Authors:  Iain Holmes <iain@ximian.com>
 */

#ifndef __E_SUMMARY_FACTORY_H__
#define __E_SUMMARY_FACTORY_H__

BonoboControl *e_summary_factory_new_control (const char *uri,
                          const GNOME_Evolution_Shell shell);

#endif