From: Rico Tzschichholz Date: Tue, 26 Aug 2014 19:14:07 +0000 (+0200) Subject: bindings: Update GIR-based bindings X-Git-Tag: 0.25.3~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=075ab685113afab3be7eccb5c00dfca3d232b0d9;p=thirdparty%2Fvala.git bindings: Update GIR-based bindings --- diff --git a/vapi/gdk-3.0.vapi b/vapi/gdk-3.0.vapi index 140fdcc44..da57d616f 100644 --- a/vapi/gdk-3.0.vapi +++ b/vapi/gdk-3.0.vapi @@ -5858,7 +5858,8 @@ namespace Gdk { CHILD, TEMP, FOREIGN, - OFFSCREEN + OFFSCREEN, + SUBSURFACE } [CCode (cheader_filename = "gdk/gdk.h", cprefix = "GDK_WINDOW_TYPE_HINT_", type_id = "gdk_window_type_hint_get_type ()")] public enum WindowTypeHint { diff --git a/vapi/libgdata.vapi b/vapi/libgdata.vapi index 6ecc3a777..32a3f0533 100644 --- a/vapi/libgdata.vapi +++ b/vapi/libgdata.vapi @@ -96,11 +96,13 @@ namespace GData { [CCode (has_construct_function = false)] public AccessRule (string id); public int64 get_edited (); + public unowned string get_key (); public unowned string get_role (); public void get_scope (out unowned string type, out unowned string value); public void set_role (string role); public void set_scope (string type, string? value); public int64 edited { get; } + public string key { get; } public string role { get; set; } [NoAccessorMethod] public string scope_type { owned get; set; } diff --git a/vapi/rest-0.7.vapi b/vapi/rest-0.7.vapi index bce196ee4..87458dc3a 100644 --- a/vapi/rest-0.7.vapi +++ b/vapi/rest-0.7.vapi @@ -140,6 +140,7 @@ namespace Rest { public void add_params (...); public bool cancel (); public bool continuous ([CCode (delegate_target_pos = 2.1)] Rest.ProxyCallContinuousCallback callback, GLib.Object weak_object) throws GLib.Error; + public unowned string get_function (); public unowned string get_method (); public unowned Rest.Params get_params (); public unowned string get_payload ();