summaryrefslogtreecommitdiffstats
path: root/plugins/filebrowser/gedit-file-browser-enum-register.c.template
blob: c97ffff48965ac2659edbb74db9bdc0387e64f11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*** BEGIN file-header ***/
void
gedit_file_browser_enum_and_flag_register_type (GTypeModule * module)
{
/*** END file-header ***/

/*** BEGIN file-production ***/
	/* Enumerations from "@basename@" */

/*** END file-production ***/

/*** BEGIN enumeration-production ***/
	register_@enum_name@ (module);

/*** END enumeration-production ***/

/*** BEGIN file-tail ***/
}

/*** END file-tail ***/