debug: Add a memory ringbuffer based debug logger
[platform/upstream/gstreamer.git] / gst / gstenumtypes.h.template
1 /*** BEGIN file-header ***/
2 #ifndef __GST_ENUM_TYPES_H__
3 #define __GST_ENUM_TYPES_H__
4
5 #include <glib-object.h>
6 #include <gst/gstconfig.h>
7
8 G_BEGIN_DECLS
9 /*** END file-header ***/
10
11 /*** BEGIN file-production ***/
12
13 /* enumerations from "@basename@" */
14 /*** END file-production ***/
15
16 /*** BEGIN value-header ***/
17 GST_EXPORT GType @enum_name@_get_type (void);
18 #define @ENUMPREFIX@_TYPE_@ENUMSHORT@ (@enum_name@_get_type ())
19 /*** END value-header ***/
20
21 /*** BEGIN file-tail ***/
22 G_END_DECLS
23
24 #endif /* __GST_ENUM_TYPES_H__ */
25 /*** END file-tail ***/