[vala] bindings: Update GIR-based bindings



commit 075ab685113afab3be7eccb5c00dfca3d232b0d9
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Tue Aug 26 21:14:07 2014 +0200

    bindings: Update GIR-based bindings

 vapi/gdk-3.0.vapi  |    3 ++-
 vapi/libgdata.vapi |    2 ++
 vapi/rest-0.7.vapi |    1 +
 3 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/vapi/gdk-3.0.vapi b/vapi/gdk-3.0.vapi
index 140fdcc..da57d61 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 6ecc3a7..32a3f05 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 bce196e..87458dc 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 ();


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