]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
webkit2gtk-4.0: Update to 2.7.1
authorRico Tzschichholz <ricotz@ubuntu.com>
Fri, 31 Oct 2014 12:50:48 +0000 (13:50 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Fri, 31 Oct 2014 12:50:48 +0000 (13:50 +0100)
vapi/webkit2gtk-4.0.vapi
vapi/webkit2gtk-web-extension-4.0.vapi

index 6f1447b3fdffdff87d0af5d8295a9d747f4a8c02..afdbd21dbba29dfb7995ded8a73aeabcf1ed6d40 100644 (file)
@@ -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 {
index 1700474ba9fc666aaa4f13de17810f9b4e102eda..46f87fe92303f9eec15da1b4c0b270ce65403f7f 100644 (file)
@@ -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; }