summaryrefslogtreecommitdiff
path: root/vapi/webkit2gtk-web-extension-4.0.vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2015-11-24 16:02:38 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2015-11-24 16:02:38 +0100
commitacd07362dc6881e547762e3314b18b01d7075b37 (patch)
treef2d8427de2eb042600b5f85897febeaf5058dcaa /vapi/webkit2gtk-web-extension-4.0.vapi
parentaac9444930d67c9e23c25458ff42427c407effac (diff)
downloadvala-acd07362dc6881e547762e3314b18b01d7075b37.tar.gz
vapi: Update GIR-based bindings
Diffstat (limited to 'vapi/webkit2gtk-web-extension-4.0.vapi')
-rw-r--r--vapi/webkit2gtk-web-extension-4.0.vapi4
1 files changed, 4 insertions, 0 deletions
diff --git a/vapi/webkit2gtk-web-extension-4.0.vapi b/vapi/webkit2gtk-web-extension-4.0.vapi
index 40bd401a1..1804dee98 100644
--- a/vapi/webkit2gtk-web-extension-4.0.vapi
+++ b/vapi/webkit2gtk-web-extension-4.0.vapi
@@ -1762,6 +1762,8 @@ namespace WebKit {
public void set_selected_index (long value);
public void set_size (long value);
public void set_value (string value);
+ [NoAccessorMethod]
+ public string autocomplete { owned get; set; }
public bool autofocus { get; set; }
public bool disabled { get; set; }
public WebKit.DOM.HTMLFormElement form { get; }
@@ -2023,6 +2025,8 @@ namespace WebKit {
[NoAccessorMethod]
public string autocapitalize { owned get; set; }
[NoAccessorMethod]
+ public string autocomplete { owned get; set; }
+ [NoAccessorMethod]
public bool autocorrect { get; set; }
public bool autofocus { get; set; }
public long cols { get; set; }