From: Rico Tzschichholz Date: Tue, 2 Jan 2018 12:07:04 +0000 (+0100) Subject: webkit2gtk-4.0: Update to 2.19.3 X-Git-Tag: 0.39.3~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4594a78707f69ad9b7eae1156f3513e6f3f3b09;p=thirdparty%2Fvala.git webkit2gtk-4.0: Update to 2.19.3 --- diff --git a/vapi/webkit2gtk-4.0.vapi b/vapi/webkit2gtk-4.0.vapi index 098833151..eabe3f327 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; }