[vala/staging] webkit2gtk-4.0: Update to 2.19.2



commit c52fe8478ae7ce5b96646c8893bc18a28bcb0c1c
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Tue Nov 28 13:39:46 2017 +0100

    webkit2gtk-4.0: Update to 2.19.2

 vapi/webkit2gtk-4.0.vapi |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/vapi/webkit2gtk-4.0.vapi b/vapi/webkit2gtk-4.0.vapi
index 07a33de..0988331 100644
--- a/vapi/webkit2gtk-4.0.vapi
+++ b/vapi/webkit2gtk-4.0.vapi
@@ -155,11 +155,17 @@ namespace WebKit {
        public class CookieManager : GLib.Object {
                [CCode (has_construct_function = false)]
                protected CookieManager ();
+               [Version (since = "2.20")]
+               public async bool add_cookie (Soup.Cookie cookie, GLib.Cancellable? cancellable) throws 
GLib.Error;
                [Version (deprecated = true, deprecated_since = "2.16")]
                public void delete_all_cookies ();
+               [Version (since = "2.20")]
+               public async bool delete_cookie (Soup.Cookie cookie, GLib.Cancellable? cancellable) throws 
GLib.Error;
                [Version (deprecated = true, deprecated_since = "2.16")]
                public void delete_cookies_for_domain (string domain);
                public async WebKit.CookieAcceptPolicy get_accept_policy (GLib.Cancellable? cancellable) 
throws GLib.Error;
+               [Version (since = "2.20")]
+               public async GLib.List<Soup.Cookie> get_cookies (string uri, GLib.Cancellable? cancellable) 
throws GLib.Error;
                [CCode (array_length = false, array_null_terminated = true)]
                [Version (deprecated = true, deprecated_since = "2.16")]
                public async string[] get_domains_with_cookies (GLib.Cancellable? cancellable) throws 
GLib.Error;
@@ -593,6 +599,10 @@ namespace WebKit {
        public class Settings : GLib.Object {
                [CCode (has_construct_function = false)]
                public Settings ();
+               [Version (since = "2.20")]
+               public static uint32 font_size_to_pixels (uint32 points);
+               [Version (since = "2.20")]
+               public static uint32 font_size_to_points (uint32 pixels);
                [Version (since = "2.10")]
                public bool get_allow_file_access_from_file_urls ();
                public bool get_allow_modal_dialogs ();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]