[vala/0.38] webkit2gtk-4.0: Update to 2.19.3



commit 699d46c112015014a88443ff7e75c81fb270e514
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Tue Jan 2 13:07:04 2018 +0100

    webkit2gtk-4.0: Update to 2.19.3

 vapi/webkit2gtk-4.0.vapi |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/vapi/webkit2gtk-4.0.vapi b/vapi/webkit2gtk-4.0.vapi
index 0988331..eabe3f3 100644
--- a/vapi/webkit2gtk-4.0.vapi
+++ b/vapi/webkit2gtk-4.0.vapi
@@ -620,6 +620,8 @@ namespace WebKit {
                public bool get_enable_caret_browsing ();
                public bool get_enable_developer_extras ();
                public bool get_enable_dns_prefetching ();
+               [Version (since = "2.20")]
+               public bool get_enable_encrypted_media ();
                public bool get_enable_frame_flattening ();
                public bool get_enable_fullscreen ();
                public bool get_enable_html5_database ();
@@ -680,6 +682,8 @@ namespace WebKit {
                public void set_enable_caret_browsing (bool enabled);
                public void set_enable_developer_extras (bool enabled);
                public void set_enable_dns_prefetching (bool enabled);
+               [Version (since = "2.20")]
+               public void set_enable_encrypted_media (bool enabled);
                public void set_enable_frame_flattening (bool enabled);
                public void set_enable_fullscreen (bool enabled);
                public void set_enable_html5_database (bool enabled);
@@ -741,6 +745,8 @@ namespace WebKit {
                public bool enable_caret_browsing { get; set construct; }
                public bool enable_developer_extras { get; set construct; }
                public bool enable_dns_prefetching { get; set construct; }
+               [Version (since = "2.20")]
+               public bool enable_encrypted_media { get; set construct; }
                public bool enable_frame_flattening { get; set construct; }
                public bool enable_fullscreen { get; set construct; }
                public bool enable_html5_database { get; set construct; }


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