1/*** BEGIN file-header ***/
2#ifndef __GEDIT_FILE_BROWSER_ENUM_TYPES_H__
3#define __GEDIT_FILE_BROWSER_ENUM_TYPES_H__
4
5#include <glib-object.h>
6
7G_BEGIN_DECLS
8
9/*** END file-header ***/
10
11/*** BEGIN file-production ***/
12/* Enumerations from "@basename@" */
13
14/*** END file-production ***/
15
16/*** BEGIN enumeration-production ***/
17#define GEDIT_TYPE_@ENUMSHORT@	(@enum_name@_get_type())
18GType @enum_name@_get_type	(void) G_GNUC_CONST;
19
20/*** END enumeration-production ***/
21
22/*** BEGIN file-tail ***/
23void gedit_file_browser_enum_and_flag_register_type (GTypeModule * module);
24
25G_END_DECLS
26
27#endif /* __GEDIT_FILE_BROWSER_ENUM_TYPES_H__ */
28/*** END file-tail ***/
29