Title: [118732] trunk/Source/WebKit2
- Revision
- 118732
- Author
- carlo...@webkit.org
- Date
- 2012-05-29 01:08:18 -0700 (Tue, 29 May 2012)
Log Message
[GTK] Add return value information to WebKitWebView::load-failed signal documentation
https://bugs.webkit.org/show_bug.cgi?id=87704
Reviewed by Martin Robinson.
* UIProcess/API/gtk/WebKitWebView.cpp:
(webkit_web_view_class_init):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (118731 => 118732)
--- trunk/Source/WebKit2/ChangeLog 2012-05-29 08:06:06 UTC (rev 118731)
+++ trunk/Source/WebKit2/ChangeLog 2012-05-29 08:08:18 UTC (rev 118732)
@@ -1,5 +1,15 @@
2012-05-29 Carlos Garcia Campos <cgar...@igalia.com>
+ [GTK] Add return value information to WebKitWebView::load-failed signal documentation
+ https://bugs.webkit.org/show_bug.cgi?id=87704
+
+ Reviewed by Martin Robinson.
+
+ * UIProcess/API/gtk/WebKitWebView.cpp:
+ (webkit_web_view_class_init):
+
+2012-05-29 Carlos Garcia Campos <cgar...@igalia.com>
+
[GTK] Add WebKitWebInspector.h to the list of WebKit2 GTK public headers
https://bugs.webkit.org/show_bug.cgi?id=87703
Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp (118731 => 118732)
--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp 2012-05-29 08:06:06 UTC (rev 118731)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp 2012-05-29 08:08:18 UTC (rev 118732)
@@ -509,6 +509,9 @@
*
* By default, if the signal is not handled, a stock error page will be displayed.
* You need to handle the signal if you want to provide your own error page.
+ *
+ * Returns: %TRUE to stop other handlers from being invoked for the event.
+ * %FALSE to propagate the event further.
*/
signals[LOAD_FAILED] =
g_signal_new("load-failed",
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes