[gucharmap] Don't use gtk_type_init when gtk-doc scans for types
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gucharmap] Don't use gtk_type_init when gtk-doc scans for types
- Date: Thu, 1 Jul 2010 19:17:09 +0000 (UTC)
commit 971fdbbf6576339efb7dc051268ec42a4ce3db0a
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Jul 1 15:15:28 2010 -0400
Don't use gtk_type_init when gtk-doc scans for types
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 4f2a9f6..dad2b74 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="gtk_type_init(0)"
+SCANGOBJ_OPTIONS = --type-init-func="g_type_init(0)"
# 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]