Fix crash on startup if an LV2 plugin has a bad .ttl file.
[ardour.git] / libs / glibmm2 / gio / giomm / enums.h
1 // -*- c++ -*-
2 // Generated by gtkmmproc -- DO NOT MODIFY!
3 #ifndef _GIOMM_ENUMS_H
4 #define _GIOMM_ENUMS_H
5
6
7 #include <glibmm.h>
8
9 // -*- Mode: C++; indent-tabs-mode: nil; c-basic-offset: 2 -*-
10
11 /* Copyright (C) 2007 The gtkmm Development Team
12  *
13  * This library is free software; you can redistribute it and/or
14  * modify it under the terms of the GNU Library General Public
15  * License as published by the Free Software Foundation; either
16  * version 2 of the License, or (at your option) any later version.
17  *
18  * This library is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
21  * Library General Public License for more details.
22  *
23  * You should have received a copy of the GNU Library General Public
24  * License along with this library; if not, write to the Free
25  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
26  */
27
28 #include <gio/gio.h>
29
30
31 namespace Gio
32 {
33
34 /** @addtogroup giommEnums Enums and Flags */
35
36 /**
37  * @ingroup giommEnums
38  */
39 enum DataStreamByteOrder
40 {
41   DATA_STREAM_BYTE_ORDER_BIG_ENDIAN,
42   DATA_STREAM_BYTE_ORDER_LITTLE_ENDIAN,
43   DATA_STREAM_BYTE_ORDER_HOST_ENDIAN
44 };
45
46
47 /**
48  * @ingroup giommEnums
49  */
50 enum DataStreamNewlineType
51 {
52   DATA_STREAM_NEWLINE_TYPE_LF,
53   DATA_STREAM_NEWLINE_TYPE_CR,
54   DATA_STREAM_NEWLINE_TYPE_CR_LF,
55   DATA_STREAM_NEWLINE_TYPE_ANY
56 };
57
58
59 } // namespace Gio
60
61
62 #endif /* _GIOMM_ENUMS_H */
63