[vala] webkit2gtk-4.0: Update to 2.7.1
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] webkit2gtk-4.0: Update to 2.7.1
- Date: Fri, 31 Oct 2014 12:52:11 +0000 (UTC)
commit d29fb91638f46eb4ada186f172d706f70e953ad2
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Fri Oct 31 13:50:48 2014 +0100
webkit2gtk-4.0: Update to 2.7.1
vapi/webkit2gtk-4.0.vapi | 6 +++++-
vapi/webkit2gtk-web-extension-4.0.vapi | 2 ++
2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/vapi/webkit2gtk-4.0.vapi b/vapi/webkit2gtk-4.0.vapi
index 6f1447b..afdbd21 100644
--- a/vapi/webkit2gtk-4.0.vapi
+++ b/vapi/webkit2gtk-4.0.vapi
@@ -199,6 +199,7 @@ namespace WebKit {
public bool context_is_link ();
public bool context_is_media ();
public bool context_is_scrollbar ();
+ public bool context_is_selection ();
public uint get_context ();
public unowned string get_image_uri ();
public unowned string get_link_label ();
@@ -587,11 +588,13 @@ namespace WebKit {
protected WebInspector ();
public void close ();
public uint get_attached_height ();
+ public bool get_can_attach ();
public unowned string get_inspected_uri ();
public unowned WebKit.WebViewBase get_web_view ();
public bool is_attached ();
public void show ();
public uint attached_height { get; }
+ public bool can_attach { get; }
public string inspected_uri { get; }
[HasEmitter]
public signal bool attach ();
@@ -835,7 +838,8 @@ namespace WebKit {
IMAGE,
MEDIA,
EDITABLE,
- SCROLLBAR
+ SCROLLBAR,
+ SELECTION
}
[CCode (cheader_filename = "webkit2/webkit2.h", cprefix = "WEBKIT_INSECURE_CONTENT_", type_id =
"webkit_insecure_content_event_get_type ()")]
public enum InsecureContentEvent {
diff --git a/vapi/webkit2gtk-web-extension-4.0.vapi b/vapi/webkit2gtk-web-extension-4.0.vapi
index 1700474..46f87fe 100644
--- a/vapi/webkit2gtk-web-extension-4.0.vapi
+++ b/vapi/webkit2gtk-web-extension-4.0.vapi
@@ -638,6 +638,8 @@ namespace WebKit {
public string ping { owned get; set; }
public string port { owned get; }
public string protocol { owned get; }
+ [NoAccessorMethod]
+ public string rel { owned get; set; }
public string search { owned get; }
public string shape { owned get; set; }
public string target { owned get; set; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]