]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
bindings: Update GIR-based bindings
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 26 Aug 2014 19:14:07 +0000 (21:14 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 26 Aug 2014 19:14:07 +0000 (21:14 +0200)
vapi/gdk-3.0.vapi
vapi/libgdata.vapi
vapi/rest-0.7.vapi

index 140fdcc441c4480f8f24e0fb80c0dc62c436f78a..da57d616fc9258ce581d7a43d8e20c81565598ae 100644 (file)
@@ -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 {
index 6ecc3a77741c726cf290acc63fa631f8e6c63762..32a3f0533b55bfa93f91ed8e1fe2054ea240ac86 100644 (file)
@@ -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; }
index bce196ee4a92b9d3aabb6fce3649d5ee10a71368..87458dc3a9e7a2b619d8c387bdd5c58f163887b4 100644 (file)
@@ -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 ();