Changeset 70035 in webkit


Ignore:
Timestamp:
Oct 19, 2010 12:58:38 AM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-10-19 Prof. MAAD <himself@prof-maad.org>

Reviewed by Xan Lopez.

[GTK] Correct erroneous documentation for webkit_web_navigation_action_get_button()
https://bugs.webkit.org/show_bug.cgi?id=46723

  • WebKit/gtk/webkit/webkitwebnavigationaction.cpp:
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r70034 r70035  
     12010-10-19  Prof. MAAD  <himself@prof-maad.org>
     2
     3        Reviewed by Xan Lopez.
     4
     5        [GTK] Correct erroneous documentation for webkit_web_navigation_action_get_button()
     6        https://bugs.webkit.org/show_bug.cgi?id=46723
     7
     8        * WebKit/gtk/webkit/webkitwebnavigationaction.cpp:
     9
    1102010-10-19  Xan Lopez  <xlopez@igalia.com>
    211
  • trunk/WebKit/gtk/webkit/webkitwebnavigationaction.cpp

    r52198 r70035  
    178178     * WebKitWebNavigationAction:button:
    179179     *
    180      * The DOM identifier for the mouse button used to click. DOM button values
    181      * are 0, 1 and 2 for left, middle and right buttons. If the action was not
     180     * The GTK+ identifier for the mouse button used to click. Notice that GTK+ button values
     181     * are 1, 2 and 3 for left, middle and right buttons, so they are DOM button values +1. If the action was not
    182182     * initiated by a mouse click the value will be -1.
    183183     *
     
    311311 * @navigationAction: a #WebKitWebNavigationAction
    312312 *
    313  * Returns the DOM identifier for the mouse button used to click.
    314  * DOM button values are 0, 1 and 2 for left, middle and right buttons.
    315  * If the action was not initiated by a mouse click, returns -1.
     313 * The GTK+ identifier for the mouse button used to click. Notice that GTK+ button values
     314 * are 1, 2 and 3 for left, middle and right buttons, so they are DOM button values +1. If the action was not
     315 * initiated by a mouse click the value will be -1.
    316316 *
    317317 * Return value: the mouse button used to click
Note: See TracChangeset for help on using the changeset viewer.