Changeset 197236 in webkit


Ignore:
Timestamp:
Feb 26, 2016 9:51:22 PM (8 years ago)
Author:
Michael Catanzaro
Message:

[GTK] Fix order of parameters in gtkdoc for webkit_web_view_get_snapshot

Unreviewed.

  • UIProcess/API/gtk/WebKitWebView.cpp:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r197231 r197236  
     12016-02-26  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        [GTK] Fix order of parameters in gtkdoc for webkit_web_view_get_snapshot
     4
     5        Unreviewed.
     6
     7        * UIProcess/API/gtk/WebKitWebView.cpp:
     8
    192016-02-26  Brady Eidson  <beidson@apple.com>
    210
  • trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp

    r196755 r197236  
    34553455 * webkit_web_view_get_snapshot:
    34563456 * @web_view: a #WebKitWebView
     3457 * @region: the #WebKitSnapshotRegion for this snapshot
    34573458 * @options: #WebKitSnapshotOptions for the snapshot
    3458  * @region: the #WebKitSnapshotRegion for this snapshot
    34593459 * @cancellable: (allow-none): a #GCancellable
    34603460 * @callback: (scope async): a #GAsyncReadyCallback
Note: See TracChangeset for help on using the changeset viewer.