]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
webkit2gtk-4.0: Update to 2.29.1
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 19 May 2020 10:56:26 +0000 (12:56 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 19 May 2020 10:56:26 +0000 (12:56 +0200)
vapi/webkit2gtk-4.0.vapi
vapi/webkit2gtk-web-extension-4.0.vapi

index b3940acaa86b549b941c4c1590f83c93ecb9ce9f..7fd0208b89a022fc1906494ae0805faf8a32c59c 100644 (file)
@@ -1129,6 +1129,8 @@ namespace WebKit {
                [CCode (array_length = false, array_null_terminated = true)]
                public unowned string[] get_spell_checking_languages ();
                public WebKit.TLSErrorsPolicy get_tls_errors_policy ();
+               [Version (since = "2.30")]
+               public bool get_use_system_appearance_for_scrollbars ();
                [Version (deprecated = true, deprecated_since = "2.26", since = "2.10")]
                public uint get_web_process_count_limit ();
                [Version (since = "2.10")]
@@ -1161,6 +1163,8 @@ namespace WebKit {
                public void set_spell_checking_enabled (bool enabled);
                public void set_spell_checking_languages ([CCode (array_length = false, array_null_terminated = true)] string[] languages);
                public void set_tls_errors_policy (WebKit.TLSErrorsPolicy policy);
+               [Version (since = "2.30")]
+               public void set_use_system_appearance_for_scrollbars (bool enabled);
                public void set_web_extensions_directory (string directory);
                [Version (since = "2.4")]
                public void set_web_extensions_initialization_user_data (GLib.Variant user_data);
@@ -1175,6 +1179,8 @@ namespace WebKit {
                [NoAccessorMethod]
                [Version (since = "2.28")]
                public bool process_swap_on_cross_site_navigation_enabled { get; construct; }
+               [Version (since = "2.30")]
+               public bool use_system_appearance_for_scrollbars { get; set construct; }
                [Version (since = "2.10")]
                public WebKit.WebsiteDataManager website_data_manager { get; construct; }
                [Version (since = "2.18")]
@@ -1569,6 +1575,7 @@ namespace WebKit {
                DOWNLOAD_VIDEO_TO_DISK,
                DOWNLOAD_AUDIO_TO_DISK,
                INSERT_EMOJI,
+               PASTE_AS_PLAIN_TEXT,
                CUSTOM
        }
        [CCode (cheader_filename = "webkit2/webkit2.h", cprefix = "WEBKIT_COOKIE_POLICY_ACCEPT_", type_id = "webkit_cookie_accept_policy_get_type ()")]
index 6ba9a2643a27dd37e559aa9408a403af06c7a656..f0c03aabbcf650f2ebdb9c06a721f19ee74c8979 100644 (file)
@@ -4243,6 +4243,7 @@ namespace WebKit {
                DOWNLOAD_VIDEO_TO_DISK,
                DOWNLOAD_AUDIO_TO_DISK,
                INSERT_EMOJI,
+               PASTE_AS_PLAIN_TEXT,
                CUSTOM
        }
        [CCode (cheader_filename = "webkit2/webkit-web-extension.h", cprefix = "WEBKIT_FORM_SUBMISSION_WILL_", type_id = "webkit_form_submission_step_get_type ()")]