[gimp] tools: fix generated docs of gimp_enums_init()
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] tools: fix generated docs of gimp_enums_init()
- Date: Wed, 14 Jul 2010 17:07:14 +0000 (UTC)
commit 19c01bc12a33da39b756df79391d3641a1ca94a4
Author: Michael Natterer <mitch gimp org>
Date: Wed Jul 14 19:02:58 2010 +0200
tools: fix generated docs of gimp_enums_init()
tools/pdbgen/enumcode.pl | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/tools/pdbgen/enumcode.pl b/tools/pdbgen/enumcode.pl
index 8802d3f..d3335dc 100755
--- a/tools/pdbgen/enumcode.pl
+++ b/tools/pdbgen/enumcode.pl
@@ -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
**/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]