Fix crash on startup if an LV2 plugin has a bad .ttl file.
[ardour.git] / libs / glibmm2 / gio / giomm.h
1 #ifndef _GIOMM_H
2 #define _GIOMM_H
3
4 /* 
5  * Copyright (C) 2007 The giomm Development Team
6  * 
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Library General Public
10  * License as published by the Free Software Foundation; either
11  * version 2 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  * Library General Public License for more details.
17  *
18  * You should have received a copy of the GNU Library General Public
19  * License along with this library; if not, write to the Free
20  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21  */
22
23 #include <giomm/appinfo.h>
24 #include <giomm/asyncresult.h>
25 #include <giomm/bufferedinputstream.h>
26 #include <giomm/bufferedoutputstream.h>
27 #include <giomm/cancellable.h>
28 #include <giomm/datainputstream.h>
29 #include <giomm/dataoutputstream.h>
30 #include <giomm/drive.h>
31 #include <giomm/enums.h>
32 #include <giomm/error.h>
33 #include <giomm/fileattributeinfolist.h>
34 #include <giomm/fileenumerator.h>
35 #include <giomm/file.h>
36 #include <giomm/fileicon.h>
37 #include <giomm/fileinfo.h>
38 #include <giomm/fileinputstream.h>
39 #include <giomm/filemonitor.h>
40 #include <giomm/fileoutputstream.h>
41 #include <giomm/filterinputstream.h>
42 #include <giomm/filteroutputstream.h>
43 #include <giomm/icon.h>
44 #include <giomm/init.h>
45 #include <giomm/inputstream.h>
46 #include <giomm/loadableicon.h>
47 #include <giomm/memoryinputstream.h>
48 #include <giomm/mount.h>
49 #include <giomm/mountoperation.h>
50 #include <giomm/outputstream.h>
51 #include <giomm/seekable.h>
52 #include <giomm/volume.h>
53 #include <giomm/volumemonitor.h>
54 #include <giomm/contenttype.h>
55
56 #endif /* #ifndef _GIOMM_H */
57