Title: [148935] trunk/Source/WebKit/gtk
Revision
148935
Author
[email protected]
Date
2013-04-22 17:16:26 -0700 (Mon, 22 Apr 2013)

Log Message

Try to fix the build after enabling gobject-introspection

* GNUmakefile.am: Disable --warn-error for WebKit1 until we can work out all gir failures.
* webkit/webkitwebplugin.cpp: Skip this API for introspection because it return a GSList
of pointer (non-boxed) types.

Modified Paths

Diff

Modified: trunk/Source/WebKit/gtk/ChangeLog (148934 => 148935)


--- trunk/Source/WebKit/gtk/ChangeLog	2013-04-23 00:10:59 UTC (rev 148934)
+++ trunk/Source/WebKit/gtk/ChangeLog	2013-04-23 00:16:26 UTC (rev 148935)
@@ -1,5 +1,13 @@
 2013-04-22  Martin Robinson  <[email protected]>
 
+        Try to fix the build after enabling gobject-introspection
+
+        * GNUmakefile.am: Disable --warn-error for WebKit1 until we can work out all gir failures.
+        * webkit/webkitwebplugin.cpp: Skip this API for introspection because it return a GSList
+        of pointer (non-boxed) types.
+
+2013-04-22  Martin Robinson  <[email protected]>
+
         [GTK] Enable introspection always for developer builds
         https://bugs.webkit.org/show_bug.cgi?id=114983
 

Modified: trunk/Source/WebKit/gtk/GNUmakefile.am (148934 => 148935)


--- trunk/Source/WebKit/gtk/GNUmakefile.am	2013-04-23 00:10:59 UTC (rev 148934)
+++ trunk/Source/WebKit/gtk/GNUmakefile.am	2013-04-23 00:16:26 UTC (rev 148935)
@@ -300,7 +300,6 @@
 	     $(G_IR_SCANNER) \
 	     --quiet \
 	     --warn-all \
-	     --warn-error \
 	     --symbol-prefix=webkit \
 	     --identifier-prefix=WebKit \
 	     --namespace=WebKit \

Modified: trunk/Source/WebKit/gtk/webkit/webkitwebplugin.cpp (148934 => 148935)


--- trunk/Source/WebKit/gtk/webkit/webkitwebplugin.cpp	2013-04-23 00:10:59 UTC (rev 148934)
+++ trunk/Source/WebKit/gtk/webkit/webkitwebplugin.cpp	2013-04-23 00:16:26 UTC (rev 148935)
@@ -213,13 +213,13 @@
 
 
 /**
- * webkit_web_plugin_get_mimetypes:
+ * webkit_web_plugin_get_mimetypes: (skip)
  * @plugin: a #WebKitWebPlugin
  *
  * Returns all the #WebKitWebPluginMIMEType that @plugin is handling
  * at the moment.
  *
- * Returns: (transfer none) (element-type WebKit.WebKitWebPluginMIMEType): a #GSList of #WebKitWebPluginMIMEType
+ * Returns:  a #GSList of #WebKitWebPluginMIMEType
  *
  * Since: 1.3.8
  */
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to