]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
vapi: Update GIR-based bindings
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 14 Feb 2016 11:20:27 +0000 (12:20 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 14 Feb 2016 11:20:27 +0000 (12:20 +0100)
vapi/gdk-3.0.vapi
vapi/gio-2.0.vapi
vapi/webkit2gtk-web-extension-4.0.vapi

index ecef70d51407175f2e9b088eb1d9a236317ab365..d7bed84ea74cc4b0d34a752ea7b39a41a497686e 100644 (file)
@@ -5741,13 +5741,6 @@ namespace Gdk {
                public static Gdk.Atom intern_static_string (string atom_name);
                public string name ();
        }
-       [CCode (cheader_filename = "gdk/gdk.h", has_type_id = false)]
-       public struct Border {
-               public int left;
-               public int right;
-               public int top;
-               public int bottom;
-       }
        [CCode (cheader_filename = "gdk/gdk.h", type_id = "gdk_color_get_type ()")]
        [Version (deprecated = true, deprecated_since = "3.14")]
        public struct Color {
index 7397876ed469762f573bb056452bc8e86c64fddf..74cbd1d0d84ac84ff7c07a97d0dd71dc1ddd09f7 100644 (file)
@@ -68,10 +68,10 @@ namespace GLib {
                public static string address_escape_value (string string);
                [CCode (cheader_filename = "gio/gio.h")]
                [Version (since = "2.26")]
-               public static async GLib.IOStream address_get_stream (string address, GLib.Cancellable? cancellable = null) throws GLib.Error;
+               public static async GLib.IOStream address_get_stream (string address, GLib.Cancellable? cancellable = null, out string out_guid) throws GLib.Error;
                [CCode (cheader_filename = "gio/gio.h")]
                [Version (since = "2.26")]
-               public static GLib.IOStream address_get_stream_sync (string address, string out_guid, GLib.Cancellable? cancellable = null) throws GLib.Error;
+               public static GLib.IOStream address_get_stream_sync (string address, out string out_guid, GLib.Cancellable? cancellable = null) throws GLib.Error;
                [CCode (cheader_filename = "gio/gio.h")]
                [Version (since = "2.26")]
                public static unowned string annotation_info_lookup ([CCode (array_length = false, array_null_terminated = true)] GLib.DBusAnnotationInfo[]? annotations, string name);
index 6d3edde80a17c34379194c49c86780a4bf067ec6..bea004462c6e086bcbde8b487e650d62159fc5be 100644 (file)
@@ -2243,6 +2243,8 @@ namespace WebKit {
                        public string prefix { owned get; set; }
                        public WebKit.DOM.Node previous_sibling { get; }
                        public string text_content { owned get; set; }
+                       [NoAccessorMethod]
+                       public WebKit.DOM.Node tree_root { owned get; }
                }
                [CCode (cheader_filename = "webkit2/webkit-web-extension.h", type_id = "webkit_dom_node_iterator_get_type ()")]
                [GIR (name = "DOMNodeIterator")]