Title: [99863] trunk/Source/WebKit2
- Revision
- 99863
- Author
- [email protected]
- Date
- 2011-11-10 08:47:25 -0800 (Thu, 10 Nov 2011)
Log Message
[GTK] [WebKit2] Fix remaining gtkdoc errors
https://bugs.webkit.org/show_bug.cgi?id=71990
Patch by Martin Robinson <[email protected]> on 2011-11-10
Reviewed by Philippe Normand.
* UIProcess/API/gtk/WebKitWebView.cpp: Update add the phrase "property" to
references to properties, because the gtkdoc stylesheet does not differeniate
between properties and signals. Standardize the way we talk about property
notifications.
* UIProcess/API/gtk/docs/webkit2gtk-docs.sgml: Add an include to silence
warnings about GIR annotations.
* UIProcess/API/gtk/docs/webkit2gtk-sections.txt: Add the decorators the private section.
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (99862 => 99863)
--- trunk/Source/WebKit2/ChangeLog 2011-11-10 16:47:16 UTC (rev 99862)
+++ trunk/Source/WebKit2/ChangeLog 2011-11-10 16:47:25 UTC (rev 99863)
@@ -1,3 +1,18 @@
+2011-11-10 Martin Robinson <[email protected]>
+
+ [GTK] [WebKit2] Fix remaining gtkdoc errors
+ https://bugs.webkit.org/show_bug.cgi?id=71990
+
+ Reviewed by Philippe Normand.
+
+ * UIProcess/API/gtk/WebKitWebView.cpp: Update add the phrase "property" to
+ references to properties, because the gtkdoc stylesheet does not differeniate
+ between properties and signals. Standardize the way we talk about property
+ notifications.
+ * UIProcess/API/gtk/docs/webkit2gtk-docs.sgml: Add an include to silence
+ warnings about GIR annotations.
+ * UIProcess/API/gtk/docs/webkit2gtk-sections.txt: Add the decorators the private section.
+
2011-11-10 Kenneth Rohde Christiansen <[email protected]>
[Qt] Clean up how singe / double taps are handled
Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp (99862 => 99863)
--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp 2011-11-10 16:47:16 UTC (rev 99862)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp 2011-11-10 16:47:25 UTC (rev 99863)
@@ -419,8 +419,8 @@
* webkit_web_view_get_title:
* @web_view: a #WebKitWebView
*
- * Gets the value of #WebKitWebView:title.
- * You can connect to #WebKitWebView::notify signal of @web_view to
+ * Gets the value of the #WebKitWebView:title property.
+ * You can connect to notify::title signal of @web_view to
* be notified when the title has been received.
*
* Returns: The main frame document title of @web_view.
@@ -650,9 +650,9 @@
* webkit_web_view_get_estimated_load_progress:
* @web_view: a #WebKitWebView
*
- * Gets the value of #WebKitWebView:estimated-load-progress.
+ * Gets the value of the #WebKitWebView:estimated-load-progress property.
* You can monitor the estimated progress of a load operation by
- * connecting to the ::notify signal of @web_view.
+ * connecting to the notify::estimated-load-progress signal of @web_view.
*
* Returns: an estimate of the of the percent complete for a document
* load as a range from 0.0 to 1.0.
Modified: trunk/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml (99862 => 99863)
--- trunk/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml 2011-11-10 16:47:16 UTC (rev 99862)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml 2011-11-10 16:47:25 UTC (rev 99863)
@@ -24,4 +24,5 @@
<index id="index-all">
<title>Index</title>
</index>
+ <xi:include href="" /></xi:include>
</book>
Modified: trunk/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-sections.txt (99862 => 99863)
--- trunk/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-sections.txt 2011-11-10 16:47:16 UTC (rev 99862)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-sections.txt 2011-11-10 16:47:25 UTC (rev 99863)
@@ -15,6 +15,8 @@
<SUBSECTION Private>
webkit_web_view_base_get_type
WebKitWebViewBasePrivate
+WEBKIT_API
+WEBKIT_OBSOLETE_API
</SECTION>
<SECTION>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes