Title: [197236] trunk/Source/WebKit2
Revision
197236
Author
[email protected]
Date
2016-02-26 21:51:22 -0800 (Fri, 26 Feb 2016)

Log Message

[GTK] Fix order of parameters in gtkdoc for webkit_web_view_get_snapshot

Unreviewed.

* UIProcess/API/gtk/WebKitWebView.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (197235 => 197236)


--- trunk/Source/WebKit2/ChangeLog	2016-02-27 05:40:51 UTC (rev 197235)
+++ trunk/Source/WebKit2/ChangeLog	2016-02-27 05:51:22 UTC (rev 197236)
@@ -1,3 +1,11 @@
+2016-02-26  Michael Catanzaro  <[email protected]>
+
+        [GTK] Fix order of parameters in gtkdoc for webkit_web_view_get_snapshot
+
+        Unreviewed.
+
+        * UIProcess/API/gtk/WebKitWebView.cpp:
+
 2016-02-26  Brady Eidson  <[email protected]>
 
         Modern IDB: New database versions are never committed to SQLite.

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


--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp	2016-02-27 05:40:51 UTC (rev 197235)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp	2016-02-27 05:51:22 UTC (rev 197236)
@@ -3454,8 +3454,8 @@
 /**
  * webkit_web_view_get_snapshot:
  * @web_view: a #WebKitWebView
+ * @region: the #WebKitSnapshotRegion for this snapshot
  * @options: #WebKitSnapshotOptions for the snapshot
- * @region: the #WebKitSnapshotRegion for this snapshot
  * @cancellable: (allow-none): a #GCancellable
  * @callback: (scope async): a #GAsyncReadyCallback
  * @user_data: (closure): user data
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to