aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2013-01-21 11:04:47 -0500
committerMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2013-01-21 11:04:47 -0500
commit786a0d75f2eba87b551858b313c94146f6ea8d13 (patch)
treeea0ecb9c6e5502f6ccc43864afc77f2ebb32caf3 /docs
parent7ed59b018db3d7074b722faf916dfdb87c625eec (diff)
downloadlibdbusmenu-786a0d75f2eba87b551858b313c94146f6ea8d13.tar.gz
libdbusmenu-786a0d75f2eba87b551858b313c94146f6ea8d13.tar.bz2
libdbusmenu-786a0d75f2eba87b551858b313c94146f6ea8d13.zip
Clear up the uses of g_type_init().
Diffstat (limited to 'docs')
-rw-r--r--docs/libdbusmenu-glib/reference/Makefile.am2
-rw-r--r--docs/libdbusmenu-gtk/reference/Makefile.am2
2 files changed, 2 insertions, 2 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"
diff --git a/docs/libdbusmenu-gtk/reference/Makefile.am b/docs/libdbusmenu-gtk/reference/Makefile.am
index 6ec27a3..9c94bd1 100644
--- a/docs/libdbusmenu-gtk/reference/Makefile.am
+++ b/docs/libdbusmenu-gtk/reference/Makefile.am
@@ -28,7 +28,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
DOC_SOURCE_DIR=$(abs_top_srcdir)/libdbusmenu-gtk
# 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"