gkdbus: Fix underflow and unreachable code bug
[platform/upstream/glib.git] / gio / gioenumtypes.h.template
1 /*** BEGIN file-header ***/
2 /*
3  * Copyright © 2007 Red Hat, Inc.
4  *
5  * SPDX-License-Identifier: LGPL-2.1-or-later
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2.1 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  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General
18  * Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
19  *
20  * Authors: Matthias Clasen <mclasen@redhat.com>
21  */
22
23 #ifndef __GIO_ENUM_TYPES_H__
24 #define __GIO_ENUM_TYPES_H__
25
26 #include <glib-object.h>
27 #include <gio/gio-visibility.h>
28
29 G_BEGIN_DECLS
30 /*** END file-header ***/
31
32 /*** BEGIN file-production ***/
33
34 /* enumerations from "@filename@" */
35 /*** END file-production ***/
36
37 /*** BEGIN value-header ***/
38 GIO_AVAILABLE_IN_ALL GType @enum_name@_get_type (void) G_GNUC_CONST;
39 #define @ENUMPREFIX@_TYPE_@ENUMSHORT@ (@enum_name@_get_type ())
40 /*** END value-header ***/
41
42 /*** BEGIN file-tail ***/
43 G_END_DECLS
44
45 #endif /* __GIO_ENUM_TYPES_H__ */
46 /*** END file-tail ***/