source: trunk/third/evolution/e-util/e-bonobo-factory-util.h @ 16770

Revision 16770, 1.2 KB checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r16769, 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-bonobo-factory-util.h
3 *
4 * Copyright (C) 2001 Ximian, Inc.
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation; either version 2 of the
9 * License, or (at your option) any later version.
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: Ettore Perazzoli
22 */
23
24#ifndef E_BONOBO_FACTORY_UTIL_H
25#define E_BONOBO_FACTORY_UTIL_H
26
27#include <bonobo/bonobo-generic-factory.h>
28
29BonoboGenericFactory *e_bonobo_generic_factory_multi_display_new  (const char           *factory_iid,
30                                                                   GnomeFactoryCallback  factory_callback,
31                                                                   void                 *factory_callback_data);
32
33#endif
Note: See TracBrowser for help on using the repository browser.