⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 181555 in webkit


Ignore:
Timestamp:
Mar 16, 2015, 7:58:26 AM (11 years ago)
Author:
Carlos Garcia Campos
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:
Location:
trunk/Source/WebKit2
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r181554 r181555  
     12015-03-16  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Add new Notification classes to GTK+ API documentation.
     4
     5        Add WebKitNotification and WebKitNotificationPermissionRequest to
     6        the documentation and fix some other typos causing warnings when
     7        generating HTML documentation.
     8
     9        * UIProcess/API/gtk/WebKitUserContent.cpp:
     10        * UIProcess/API/gtk/WebKitWebView.cpp:
     11        (webkit_web_view_class_init):
     12        * UIProcess/API/gtk/docs/webkit2gtk-docs.sgml:
     13
    1142015-03-16  Przemyslaw Piorkowski  <p.piorkowski@samsung.com>
    215
  • trunk/Source/WebKit2/UIProcess/API/gtk/WebKitUserContent.cpp

    r178491 r181555  
    243243 * represent zero or more other characters.
    244244 *
    245  * Returns: A new #WebKitScript
     245 * Returns: A new #WebKitUserScript
    246246 *
    247247 * Since: 2.6
  • trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp

    r180998 r181555  
    949949
    950950    /**
    951      * WebKitWebView::is-playing-audio:
     951     * WebKitWebView:is-playing-audio:
    952952     *
    953953     * Whether the #WebKitWebView is currently playing audio from a page.
     
    16951695     * WebKitWebView::show-notification:
    16961696     * @web_view: the #WebKitWebView
    1697      * @notification: a #WebKitNofication
     1697     * @notification: a #WebKitNotification
    16981698     *
    16991699     * This signal is emitted when a notification should be presented to the
     
    25102510 * @web_view: a #WebKitWebView
    25112511 *
    2512  * Gets the value of the #WebKitWebView::is-playing-audio property.
     2512 * Gets the value of the #WebKitWebView:is-playing-audio property.
    25132513 * You can monitor when a page in a #WebKitWebView is playing audio by
    25142514 * connecting to the notify::is-playing-audio signal of @web_view. This
  • trunk/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml

    r179984 r181555  
    4848    <xi:include href="xml/WebKitUserContentManager.xml"/>
    4949    <xi:include href="xml/WebKitUserContent.xml"/>
     50    <xi:include href="xml/WebKitNotification.xml"/>
     51    <xi:include href="xml/WebKitNotificationPermissionRequest.xml"/>
    5052  </chapter>
    5153
Note: See TracChangeset for help on using the changeset viewer.