Title: [181555] trunk/Source/WebKit2
Revision
181555
Author
carlo...@webkit.org
Date
2015-03-16 07:58:26 -0700 (Mon, 16 Mar 2015)

Log Message

Unreviewed. Add new Notification classes to GTK+ API documentation.

Add WebKitNotification and WebKitNotificationPermissionRequest to
the documentation and fix some other typos causing warnings when
generating HTML documentation.

* UIProcess/API/gtk/WebKitUserContent.cpp:
* UIProcess/API/gtk/WebKitWebView.cpp:
(webkit_web_view_class_init):
* UIProcess/API/gtk/docs/webkit2gtk-docs.sgml:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (181554 => 181555)


--- trunk/Source/WebKit2/ChangeLog	2015-03-16 14:32:38 UTC (rev 181554)
+++ trunk/Source/WebKit2/ChangeLog	2015-03-16 14:58:26 UTC (rev 181555)
@@ -1,3 +1,16 @@
+2015-03-16  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Add new Notification classes to GTK+ API documentation.
+
+        Add WebKitNotification and WebKitNotificationPermissionRequest to
+        the documentation and fix some other typos causing warnings when
+        generating HTML documentation.
+
+        * UIProcess/API/gtk/WebKitUserContent.cpp:
+        * UIProcess/API/gtk/WebKitWebView.cpp:
+        (webkit_web_view_class_init):
+        * UIProcess/API/gtk/docs/webkit2gtk-docs.sgml:
+
 2015-03-16  Przemyslaw Piorkowski  <p.piorkow...@samsung.com>
 
         [EFL][WK2] REGRESSION(r178526): test_ewk2_storage_manager has been failed for a long time

Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitUserContent.cpp (181554 => 181555)


--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitUserContent.cpp	2015-03-16 14:32:38 UTC (rev 181554)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitUserContent.cpp	2015-03-16 14:58:26 UTC (rev 181555)
@@ -242,7 +242,7 @@
  * *host* and *path* components can contain the wildcard character (`*`) to
  * represent zero or more other characters.
  *
- * Returns: A new #WebKitScript
+ * Returns: A new #WebKitUserScript
  *
  * Since: 2.6
  */

Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp (181554 => 181555)


--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp	2015-03-16 14:32:38 UTC (rev 181554)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp	2015-03-16 14:58:26 UTC (rev 181555)
@@ -948,7 +948,7 @@
             WEBKIT_PARAM_READABLE));
 
     /**
-     * WebKitWebView::is-playing-audio:
+     * WebKitWebView:is-playing-audio:
      *
      * Whether the #WebKitWebView is currently playing audio from a page.
      * This property becomes %TRUE as soon as web content starts playing any
@@ -1694,7 +1694,7 @@
     /**
      * WebKitWebView::show-notification:
      * @web_view: the #WebKitWebView
-     * @notification: a #WebKitNofication
+     * @notification: a #WebKitNotification
      *
      * This signal is emitted when a notification should be presented to the
      * user. The @notification is kept alive until either: 1) the web page cancels it
@@ -2509,7 +2509,7 @@
  * webkit_web_view_is_playing_audio:
  * @web_view: a #WebKitWebView
  *
- * Gets the value of the #WebKitWebView::is-playing-audio property.
+ * Gets the value of the #WebKitWebView:is-playing-audio property.
  * You can monitor when a page in a #WebKitWebView is playing audio by
  * connecting to the notify::is-playing-audio signal of @web_view. This
  * is useful when the application wants to provide visual feedback when a

Modified: trunk/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml (181554 => 181555)


--- trunk/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml	2015-03-16 14:32:38 UTC (rev 181554)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml	2015-03-16 14:58:26 UTC (rev 181555)
@@ -47,6 +47,8 @@
     <xi:include href=""
     <xi:include href=""
     <xi:include href=""
+    <xi:include href=""
+    <xi:include href=""
   </chapter>
 
   <chapter>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to