aboutsummaryrefslogtreecommitdiff
path: root/docs/libdbusmenu-glib/reference/Makefile.am
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2013-01-21 17:08:11 +0000
committerTarmac <Unknown>2013-01-21 17:08:11 +0000
commit3c16f805f46f267bb6afd1a9aa9d595537671150 (patch)
treecd48d64fb216a4c5b13728ba34886db25109e32d /docs/libdbusmenu-glib/reference/Makefile.am
parent7ed59b018db3d7074b722faf916dfdb87c625eec (diff)
parente4cc7623afb7d462820f3405b57e90bc68eca3ee (diff)
downloadlibdbusmenu-3c16f805f46f267bb6afd1a9aa9d595537671150.tar.gz
libdbusmenu-3c16f805f46f267bb6afd1a9aa9d595537671150.tar.bz2
libdbusmenu-3c16f805f46f267bb6afd1a9aa9d595537671150.zip
Remove uses of g_type_init. Fixes: https://bugs.launchpad.net/bugs/1102468, https://bugs.launchpad.net/bugs/1102471.
Approved by PS Jenkins bot, Didier Roche.
Diffstat (limited to 'docs/libdbusmenu-glib/reference/Makefile.am')
-rw-r--r--docs/libdbusmenu-glib/reference/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libdbusmenu-glib/reference/Makefile.am b/docs/libdbusmenu-glib/reference/Makefile.am
index 6de90cb..6c9e6eb 100644
--- a/docs/libdbusmenu-glib/reference/Makefile.am
+++ b/docs/libdbusmenu-glib/reference/Makefile.am
@@ -21,7 +21,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
DOC_SOURCE_DIR=$(abs_top_srcdir)/libdbusmenu-glib $(abs_top_builddir)/libdbusmenu-glib
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
-SCANGOBJ_OPTIONS=--nogtkinit --type-init-func="g_type_init()"
+SCANGOBJ_OPTIONS=--nogtkinit
# Extra options to supply to gtkdoc-scan.
# e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"