Fix make rpm errors due to ibus-dconf and pygobject override
[platform/upstream/ibus.git] / src / ibusenumtypes.h.template
1 /*** BEGIN file-header ***/
2 /**
3  * SECTION: ibusenumtypes
4  * @short_description: Enumeration definition in IBus.
5  * @stability: Stable
6  *
7  * IBusEnumTypes lists IBus enumeration types.
8  */
9 #ifndef __IBUS_ENUM_TYPES_H__
10 #define __IBUS_ENUM_TYPES_H__
11
12 #include <glib-object.h>
13
14 G_BEGIN_DECLS
15 /*** END file-header ***/
16
17 /*** BEGIN file-production ***/
18
19 /* enumerations from "@filename@" */
20 /*** END file-production ***/
21
22 /*** BEGIN value-header ***/
23 /**
24  * @enum_name@_get_type:
25  * @returns: GType of @ENUMPREFIX@@ENUMSHORT@
26  *
27  * Returns the type of @ENUMPREFIX@@ENUMSHORT@ as GType.
28  */
29 GType @enum_name@_get_type (void) G_GNUC_CONST;
30
31 /**
32  * @ENUMPREFIX@_TYPE_@ENUMSHORT@:
33  * @returns: GType of @ENUMPREFIX@@ENUMSHORT@
34  *
35  * Returns the type of @ENUMPREFIX@@ENUMSHORT@ as GType.
36  */
37 #define @ENUMPREFIX@_TYPE_@ENUMSHORT@ (@enum_name@_get_type ())
38 /*** END value-header ***/
39
40 /*** BEGIN file-tail ***/
41 G_END_DECLS
42
43 #endif /* __IBUS_ENUM_TYPES_H__ */
44 /*** END file-tail ***/