]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
webkit2gtk-4.0: Update to 2.19.3
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 2 Jan 2018 12:07:04 +0000 (13:07 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 6 Jan 2018 18:21:50 +0000 (19:21 +0100)
vapi/webkit2gtk-4.0.vapi

index 098833151e0794bc1d2ed94cff914cce6a158d36..eabe3f3273fda956503424b44b8d3a69a5fb231f 100644 (file)
@@ -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; }