[gucharmap] g_type_init doesn't take arguments



commit d088c3777c2dad0fb6a0c497cc0caca67f6b4ca1
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Jul 1 15:16:38 2010 -0400

    g_type_init doesn't take arguments

 docs/reference/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index dad2b74..cd5669c 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -13,7 +13,7 @@ DOC_MAIN_SGML_FILE = gucharmap-docs.sgml
 SCAN_OPTIONS =
 
 # Extra options to pass to gtkdoc-scangobj
-SCANGOBJ_OPTIONS = --type-init-func="g_type_init(0)" 
+SCANGOBJ_OPTIONS = --type-init-func="g_type_init()" 
 
 # The directory containing the source code. Relative to $(srcdir)
 DOC_SOURCE_DIR = ../../gucharmap



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]