add new sigc++2 directory
[ardour.git] / libs / glibmm2 / glib / glibmm.h
1 /* $Id: glibmm.h 417 2007-06-12 13:38:39Z murrayc $ */
2
3 /* glibmm - a C++ wrapper for the GLib toolkit
4  *
5  * Copyright 2002 The gtkmm Development Team
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Library General Public
9  * License as published by the Free Software Foundation; either
10  * version 2 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Library General Public License for more details.
16  *
17  * You should have received a copy of the GNU Library General Public
18  * License along with this library; if not, write to the Free
19  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20  */
21
22 #ifndef _GLIBMM_H
23 #define _GLIBMM_H
24
25 #include <glibmmconfig.h>
26 //#include <glibmm/i18n.h> //This must be included by the application, after system headers such as <iostream>.
27 #include <glibmm/arrayhandle.h>
28 #include <glibmm/class.h>
29 #include <glibmm/containerhandle_shared.h>
30 #include <glibmm/convert.h>
31 #include <glibmm/date.h>
32 #include <glibmm/dispatcher.h>
33 #include <glibmm/error.h>
34 #include <glibmm/exception.h>
35 #include <glibmm/exceptionhandler.h>
36 #include <glibmm/fileutils.h>
37 #include <glibmm/helperlist.h>
38 #include <glibmm/interface.h>
39 #include <glibmm/iochannel.h>
40 #include <glibmm/init.h>
41 #include <glibmm/keyfile.h>
42 #include <glibmm/streamiochannel.h>
43 #include <glibmm/listhandle.h>
44 #include <glibmm/main.h>
45 #include <glibmm/markup.h>
46 #include <glibmm/miscutils.h>
47 #include <glibmm/module.h>
48 #include <glibmm/objectbase.h>
49 #include <glibmm/object.h>
50 #include <glibmm/optioncontext.h>
51 #include <glibmm/pattern.h>
52 #include <glibmm/property.h>
53 #include <glibmm/propertyproxy_base.h>
54 #include <glibmm/propertyproxy.h>
55 #include <glibmm/quark.h>
56 #include <glibmm/random.h>
57 #include <glibmm/regex.h>
58 #include <glibmm/refptr.h>
59 #include <glibmm/shell.h>
60 #include <glibmm/signalproxy_connectionnode.h>
61 #include <glibmm/signalproxy.h>
62 #include <glibmm/slisthandle.h>
63 #include <glibmm/spawn.h>
64 #include <glibmm/stringutils.h>
65 #include <glibmm/thread.h>
66 #include <glibmm/threadpool.h>
67 #include <glibmm/timer.h>
68 #include <glibmm/timeval.h>
69 #include <glibmm/ustring.h>
70 #include <glibmm/value.h>
71 #include <glibmm/wrap.h>
72
73 #endif /* _GLIBMM_H */
74