summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2014-08-26 21:14:07 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2014-08-26 21:14:07 +0200
commit075ab685113afab3be7eccb5c00dfca3d232b0d9 (patch)
treefc709c4dfeaa157533498ca401d8112144b1c4e7
parentfa1aaa932442794fd7e0e5878a7d1e6fa145ccce (diff)
downloadvala-075ab685113afab3be7eccb5c00dfca3d232b0d9.tar.gz
bindings: Update GIR-based bindings
-rw-r--r--vapi/gdk-3.0.vapi3
-rw-r--r--vapi/libgdata.vapi2
-rw-r--r--vapi/rest-0.7.vapi1
3 files changed, 5 insertions, 1 deletions
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 ();