[vala/0.48] webkit2gtk-4.0: Update to 2.29.4
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.48] webkit2gtk-4.0: Update to 2.29.4
- Date: Wed, 29 Jul 2020 10:52:55 +0000 (UTC)
commit 074d81b74812d91e24ed270b58d30cab42cdc43c
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Wed Jul 29 12:31:40 2020 +0200
webkit2gtk-4.0: Update to 2.29.4
vapi/webkit2gtk-4.0.vapi | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
---
diff --git a/vapi/webkit2gtk-4.0.vapi b/vapi/webkit2gtk-4.0.vapi
index 997a9b574..f5b688e27 100644
--- a/vapi/webkit2gtk-4.0.vapi
+++ b/vapi/webkit2gtk-4.0.vapi
@@ -373,6 +373,32 @@ namespace WebKit {
public string link_uri { get; construct; }
public string media_uri { get; construct; }
}
+ [CCode (cheader_filename = "webkit2/webkit2.h", ref_function = "webkit_itp_first_party_ref", type_id
= "webkit_itp_first_party_get_type ()", unref_function = "webkit_itp_first_party_unref")]
+ [Compact]
+ public class ITPFirstParty {
+ [Version (since = "2.30")]
+ public unowned string get_domain ();
+ [Version (since = "2.30")]
+ public unowned GLib.DateTime get_last_update_time ();
+ [Version (since = "2.30")]
+ public bool get_website_data_access_allowed ();
+ [Version (since = "2.30")]
+ public unowned WebKit.ITPFirstParty @ref ();
+ [Version (since = "2.30")]
+ public void unref ();
+ }
+ [CCode (cheader_filename = "webkit2/webkit2.h", ref_function = "webkit_itp_third_party_ref", type_id
= "webkit_itp_third_party_get_type ()", unref_function = "webkit_itp_third_party_unref")]
+ [Compact]
+ public class ITPThirdParty {
+ [Version (since = "2.30")]
+ public unowned string get_domain ();
+ [Version (since = "2.30")]
+ public unowned GLib.List<WebKit.ITPFirstParty> get_first_parties ();
+ [Version (since = "2.30")]
+ public unowned WebKit.ITPThirdParty @ref ();
+ [Version (since = "2.30")]
+ public void unref ();
+ }
[CCode (cheader_filename = "webkit2/webkit2.h", type_id = "webkit_input_method_context_get_type ()")]
public abstract class InputMethodContext : GLib.Object {
[CCode (has_construct_function = false)]
@@ -1490,6 +1516,8 @@ namespace WebKit {
public unowned string? get_itp_directory ();
[Version (since = "2.30")]
public bool get_itp_enabled ();
+ [Version (since = "2.30")]
+ public async GLib.List<WebKit.ITPThirdParty> get_itp_summary (GLib.Cancellable? cancellable =
null) throws GLib.Error;
[Version (since = "2.10")]
public unowned string? get_local_storage_directory ();
[Version (since = "2.10")]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]