]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
webkit2gtk-4.0: Update to 2.27.3
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 27 Nov 2019 12:55:35 +0000 (13:55 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 27 Nov 2019 12:56:03 +0000 (13:56 +0100)
vapi/webkit2gtk-4.0.vapi

index e1f9a2238698d12c665642080288fa7a13d0a7ed..e764d299f5ee7334df4a3cad66f3569bb27846fa 100644 (file)
@@ -532,6 +532,11 @@ namespace WebKit {
                public unowned string get_name ();
                public unowned string get_path ();
        }
+       [CCode (cheader_filename = "webkit2/webkit2.h", type_id = "webkit_pointer_lock_permission_request_get_type ()")]
+       public class PointerLockPermissionRequest : GLib.Object, WebKit.PermissionRequest {
+               [CCode (has_construct_function = false)]
+               protected PointerLockPermissionRequest ();
+       }
        [CCode (cheader_filename = "webkit2/webkit2.h", type_id = "webkit_policy_decision_get_type ()")]
        public abstract class PolicyDecision : GLib.Object {
                [CCode (has_construct_function = false)]
@@ -1175,6 +1180,8 @@ namespace WebKit {
                public void execute_editing_command (string command);
                [Version (since = "2.10")]
                public void execute_editing_command_with_argument (string command, string argument);
+               [Version (since = "2.28")]
+               public WebKit.AutomationBrowsingContextPresentation get_automation_presentation_type ();
                public unowned WebKit.BackForwardList get_back_forward_list ();
                [Version (since = "2.8")]
                public Gdk.RGBA get_background_color ();
@@ -1249,6 +1256,8 @@ namespace WebKit {
                [CCode (has_construct_function = false, type = "GtkWidget*")]
                [Version (since = "2.6")]
                public WebView.with_user_content_manager (WebKit.UserContentManager user_content_manager);
+               [Version (since = "2.28")]
+               public WebKit.AutomationBrowsingContextPresentation automation_presentation_type { get; construct; }
                [NoAccessorMethod]
                [Version (since = "2.8")]
                public bool editable { get; set; }
@@ -1438,6 +1447,12 @@ namespace WebKit {
                SERVER_TRUST_EVALUATION_REQUESTED,
                UNKNOWN
        }
+       [CCode (cheader_filename = "webkit2/webkit2.h", cprefix = "WEBKIT_AUTOMATION_BROWSING_CONTEXT_PRESENTATION_", type_id = "webkit_automation_browsing_context_presentation_get_type ()")]
+       [Version (since = "2.28")]
+       public enum AutomationBrowsingContextPresentation {
+               WINDOW,
+               TAB
+       }
        [CCode (cheader_filename = "webkit2/webkit2.h", cprefix = "WEBKIT_CACHE_MODEL_", type_id = "webkit_cache_model_get_type ()")]
        public enum CacheModel {
                DOCUMENT_VIEWER,