tools: fix generated docs of gimp_enums_init()

This commit is contained in:
Michael Natterer
2010-07-14 19:02:58 +02:00
parent 91a125df40
commit 19c01bc12a

View File

@ -162,14 +162,13 @@ print ENUMFILE <<CODE;
static gboolean enums_initialized = FALSE;
/**
* gimp_enums_init
* gimp_enums_init:
*
* This function makes sure all the enum types are registered
* with the GObject type system. This is intended for use by
* language bindings that need the symbols early, before gimp_main
* is run. It's not necessary for plug-ins to call this directly,
* as the normal plug-in initialization code will handle it
* implicitly.
* with the #GType system. This is intended for use by language
* bindings that need the symbols early, before gimp_main is run.
* It's not necessary for plug-ins to call this directly, because
* the normal plug-in initialization code will handle it implicitly.
*
* Since: GIMP 2.4
**/