Log Message
[GTK] Remove g_thread_init() calls from gtk-doc scanner too https://bugs.webkit.org/show_bug.cgi?id=70908
Reviewed by Gustavo Noronha Silva. Source/WebKit/gtk: * docs/GNUmakefile.am: Source/WebKit2: * UIProcess/API/gtk/docs/GNUmakefile.am:
Modified Paths
Diff
Modified: trunk/Source/WebKit/gtk/ChangeLog (98464 => 98465)
--- trunk/Source/WebKit/gtk/ChangeLog 2011-10-26 12:33:45 UTC (rev 98464)
+++ trunk/Source/WebKit/gtk/ChangeLog 2011-10-26 12:39:02 UTC (rev 98465)
@@ -1,3 +1,12 @@
+2011-10-26 Carlos Garcia Campos <[email protected]>
+
+ [GTK] Remove g_thread_init() calls from gtk-doc scanner too
+ https://bugs.webkit.org/show_bug.cgi?id=70908
+
+ Reviewed by Gustavo Noronha Silva.
+
+ * docs/GNUmakefile.am:
+
2011-10-25 Martin Robinson <[email protected]>
[GTK] GtkAdjustment watcher updates adjustments too lazily
Modified: trunk/Source/WebKit/gtk/docs/GNUmakefile.am (98464 => 98465)
--- trunk/Source/WebKit/gtk/docs/GNUmakefile.am 2011-10-26 12:33:45 UTC (rev 98464)
+++ trunk/Source/WebKit/gtk/docs/GNUmakefile.am 2011-10-26 12:39:02 UTC (rev 98465)
@@ -18,7 +18,7 @@
DOC_SOURCE_DIR=$(top_srcdir)/Source/WebKit/gtk/webkit
# 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.
# e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
Modified: trunk/Source/WebKit2/ChangeLog (98464 => 98465)
--- trunk/Source/WebKit2/ChangeLog 2011-10-26 12:33:45 UTC (rev 98464)
+++ trunk/Source/WebKit2/ChangeLog 2011-10-26 12:39:02 UTC (rev 98465)
@@ -1,3 +1,12 @@
+2011-10-26 Carlos Garcia Campos <[email protected]>
+
+ [GTK] Remove g_thread_init() calls from gtk-doc scanner too
+ https://bugs.webkit.org/show_bug.cgi?id=70908
+
+ Reviewed by Gustavo Noronha Silva.
+
+ * UIProcess/API/gtk/docs/GNUmakefile.am:
+
2011-10-25 Andras Becsi <[email protected]>
[Qt][WK2] Add the animations on the ViewportInteractionEngine
Modified: trunk/Source/WebKit2/UIProcess/API/gtk/docs/GNUmakefile.am (98464 => 98465)
--- trunk/Source/WebKit2/UIProcess/API/gtk/docs/GNUmakefile.am 2011-10-26 12:33:45 UTC (rev 98464)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/docs/GNUmakefile.am 2011-10-26 12:39:02 UTC (rev 98465)
@@ -21,7 +21,7 @@
DOC_SOURCE_DIR=$(top_srcdir)/Source/WebKit2/UIProcess/API/gtk
# 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.
# e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
_______________________________________________ webkit-changes mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes
