xed/plugins/filebrowser/xedit-file-browser-enum-reg...

21 lines
398 B
Plaintext
Raw Normal View History

2011-11-07 13:46:58 -06:00
/*** BEGIN file-header ***/
void
2016-01-25 08:13:49 -06:00
xedit_file_browser_enum_and_flag_register_type (GTypeModule * module)
2011-11-07 13:46:58 -06:00
{
/*** 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 ***/