From: Rico Tzschichholz Date: Sun, 14 Feb 2016 11:20:27 +0000 (+0100) Subject: vapi: Update GIR-based bindings X-Git-Tag: 0.32.0~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f0627532da356515555feac10f84db99af859a6;p=thirdparty%2Fvala.git vapi: Update GIR-based bindings --- diff --git a/vapi/gdk-3.0.vapi b/vapi/gdk-3.0.vapi index ecef70d51..d7bed84ea 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 7397876ed..74cbd1d0d 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 6d3edde80..bea004462 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")]