summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2018-04-13 17:56:14 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2018-04-13 17:56:14 +0200
commit0475e8aef13a2d6a85060d914edf59e953d76f8c (patch)
tree91a9052d24509f679d2018202b5955e6cfeff985
parent12591930f186cf236196e4ba3b8e904995ce5a55 (diff)
downloadvala-0475e8aef13a2d6a85060d914edf59e953d76f8c.tar.gz
webkit2gtk-4.0: Update to 2.20.1
-rw-r--r--vapi/webkit2gtk-web-extension-4.0.vapi2
1 files changed, 1 insertions, 1 deletions
diff --git a/vapi/webkit2gtk-web-extension-4.0.vapi b/vapi/webkit2gtk-web-extension-4.0.vapi
index 9f225c794..6baed4dbe 100644
--- a/vapi/webkit2gtk-web-extension-4.0.vapi
+++ b/vapi/webkit2gtk-web-extension-4.0.vapi
@@ -166,7 +166,7 @@ namespace WebKit {
[Version (since = "2.18")]
public ulong get_length ();
[Version (since = "2.18")]
- public unowned WebKit.DOM.ClientRect item (ulong index);
+ public WebKit.DOM.ClientRect item (ulong index);
public ulong length { get; }
}
[CCode (cheader_filename = "webkit2/webkit-web-extension.h", type_id = "webkit_dom_comment_get_type ()")]