summaryrefslogtreecommitdiff
path: root/vapi/webkit2gtk-4.0.vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2019-11-27 13:55:35 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2019-11-27 13:56:03 +0100
commitf49126776415b1e19f07745860f5e156463c7cd1 (patch)
tree269963763cffca363c694211e2fbd3f6775f85f2 /vapi/webkit2gtk-4.0.vapi
parentfa5175458874e89b2addb08c3a78911e9f42f39e (diff)
downloadvala-f49126776415b1e19f07745860f5e156463c7cd1.tar.gz
webkit2gtk-4.0: Update to 2.27.3
Diffstat (limited to 'vapi/webkit2gtk-4.0.vapi')
-rw-r--r--vapi/webkit2gtk-4.0.vapi15
1 files changed, 15 insertions, 0 deletions
diff --git a/vapi/webkit2gtk-4.0.vapi b/vapi/webkit2gtk-4.0.vapi
index e1f9a2238..e764d299f 100644
--- a/vapi/webkit2gtk-4.0.vapi
+++ b/vapi/webkit2gtk-4.0.vapi
@@ -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,