~ubuntu-branches/ubuntu/edgy/gedit/edgy

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 "@filename@" */
	
/*** END file-production ***/

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

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

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

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