[vala] vapi: Update GIR-based bindings



commit 4f0627532da356515555feac10f84db99af859a6
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Sun Feb 14 12:20:27 2016 +0100

    vapi: Update GIR-based bindings

 vapi/gdk-3.0.vapi                      |    7 -------
 vapi/gio-2.0.vapi                      |    4 ++--
 vapi/webkit2gtk-web-extension-4.0.vapi |    2 ++
 3 files changed, 4 insertions(+), 9 deletions(-)
---
diff --git a/vapi/gdk-3.0.vapi b/vapi/gdk-3.0.vapi
index ecef70d..d7bed84 100644
--- a/vapi/gdk-3.0.vapi
+++ b/vapi/gdk-3.0.vapi
@@ -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 {
diff --git a/vapi/gio-2.0.vapi b/vapi/gio-2.0.vapi
index 7397876..74cbd1d 100644
--- a/vapi/gio-2.0.vapi
+++ b/vapi/gio-2.0.vapi
@@ -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);
diff --git a/vapi/webkit2gtk-web-extension-4.0.vapi b/vapi/webkit2gtk-web-extension-4.0.vapi
index 6d3edde..bea0044 100644
--- a/vapi/webkit2gtk-web-extension-4.0.vapi
+++ b/vapi/webkit2gtk-web-extension-4.0.vapi
@@ -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")]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]