libgnomeuimm  2.28.0
init.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 #ifndef _LIBGNOMEUIMM_INIT_H
3 #define _LIBGNOMEUIMM_INIT_H
4 /* $Id$ */
5 
6 /* init.h
7  *
8  * Copyright 2001 Free Software Foundation
9  *
10  * This library is free software; you can redistribute it and/or
11  * modify it under the terms of the GNU Lesser General Public
12  * License as published by the Free Software Foundation; either
13  * version 2.1 of the License, or (at your option) any later version.
14  *
15  * This library is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18  * Lesser General Public License for more details.
19  *
20  * You should have received a copy of the GNU Lesser General Public
21  * License along with this library; if not, write to the Free
22  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23  */
24 
25 #include <libgnomemm/moduleinfo.h>
26 
27 namespace Gnome
28 {
29 
30 namespace UI
31 {
32 
33 ModuleInfo& module_info_get();
34 ModuleInfo& module_info_get_cpp_only();
35 
36 } /* namespace UI */
37 } //namespace Gnome
38 
39 #endif //_LIBGNOMEUIMM_INIT_H
40