Title: [92771] trunk/Source/WebKit/gtk
- Revision
- 92771
- Author
- [email protected]
- Date
- 2011-08-10 08:43:49 -0700 (Wed, 10 Aug 2011)
Log Message
[GTK] wrong annotation for the return value of webkit_web_view_get_hit_test_results()
https://bugs.webkit.org/show_bug.cgi?id=65985
Patch by Gustavo Noronha Silva <[email protected]> on 2011-08-10
Reviewed by Xan Lopez.
* webkit/webkitwebview.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebKit/gtk/ChangeLog (92770 => 92771)
--- trunk/Source/WebKit/gtk/ChangeLog 2011-08-10 15:34:51 UTC (rev 92770)
+++ trunk/Source/WebKit/gtk/ChangeLog 2011-08-10 15:43:49 UTC (rev 92771)
@@ -1,3 +1,12 @@
+2011-08-10 Gustavo Noronha Silva <[email protected]>
+
+ [GTK] wrong annotation for the return value of webkit_web_view_get_hit_test_results()
+ https://bugs.webkit.org/show_bug.cgi?id=65985
+
+ Reviewed by Xan Lopez.
+
+ * webkit/webkitwebview.cpp:
+
2011-08-03 Pavel Feldman <[email protected]>
Web Inspector: [Timeline] Hover on paint events and see rect outline around that area.
Modified: trunk/Source/WebKit/gtk/webkit/webkitwebview.cpp (92770 => 92771)
--- trunk/Source/WebKit/gtk/webkit/webkitwebview.cpp 2011-08-10 15:34:51 UTC (rev 92770)
+++ trunk/Source/WebKit/gtk/webkit/webkitwebview.cpp 2011-08-10 15:43:49 UTC (rev 92771)
@@ -4874,11 +4874,11 @@
* webkit_web_view_get_hit_test_result:
* @webView: a #WebKitWebView
* @event: a #GdkEventButton
- *
+ *
* Does a 'hit test' in the coordinates specified by @event to figure
* out context information about that position in the @webView.
- *
- * Returns: (transfer none): a newly created #WebKitHitTestResult with the context of the
+ *
+ * Returns: (transfer full): a newly created #WebKitHitTestResult with the context of the
* specified position.
*
* Since: 1.1.15
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes