[epiphany] docs: do not use g_thread_init in the doc scanner
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] docs: do not use g_thread_init in the doc scanner
- Date: Thu, 21 Jun 2012 12:57:21 +0000 (UTC)
commit 8ad5869a0457dfb3454472abaff2b123d4f865e0
Author: Xan Lopez <xan igalia com>
Date: Thu Jun 21 14:56:42 2012 +0200
docs: do not use g_thread_init in the doc scanner
doc/reference/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index fb76e27..90341fa 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -10,7 +10,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
DOC_SOURCE_DIR=../..
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
-SCANGOBJ_OPTIONS="--type-init-func=g_thread_init(NULL);g_type_init()"
+SCANGOBJ_OPTIONS="--type-init-func=g_type_init()"
# Extra options to supply to gtkdoc-scan.
SCAN_OPTIONS=
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]