[vala] bindings: Update GIR-based bindings
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] bindings: Update GIR-based bindings
- Date: Thu, 11 Sep 2014 11:13:35 +0000 (UTC)
commit 0ac96e7f4e3d0e558b27d9ef0ce0bfa66035e6e0
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Thu Sep 11 13:12:37 2014 +0200
bindings: Update GIR-based bindings
vapi/clutter-1.0.vapi | 2 ++
vapi/rest-0.7.vapi | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/vapi/clutter-1.0.vapi b/vapi/clutter-1.0.vapi
index 1d6c4c0..ace700b 100644
--- a/vapi/clutter-1.0.vapi
+++ b/vapi/clutter-1.0.vapi
@@ -5925,6 +5925,8 @@ namespace Clutter {
public unowned Clutter.EventSequence get_sequence (uint point);
public void get_threshold_trigger_distance (out float x, out float y);
public Clutter.GestureTriggerEdge get_threshold_trigger_edge ();
+ [Deprecated (since = "1.20")]
+ public Clutter.GestureTriggerEdge get_threshold_trigger_egde ();
public float get_velocity (uint point, out float velocity_x, out float velocity_y);
public void set_n_touch_points (int nb_points);
public void set_threshold_trigger_distance (float x, float y);
diff --git a/vapi/rest-0.7.vapi b/vapi/rest-0.7.vapi
index 87458dc..8a5f617 100644
--- a/vapi/rest-0.7.vapi
+++ b/vapi/rest-0.7.vapi
@@ -99,6 +99,7 @@ namespace Rest {
public class Proxy : GLib.Object {
[CCode (has_construct_function = false)]
public Proxy (string url_format, bool binding_required);
+ public void add_soup_feature (Soup.SessionFeature feature);
public bool bind (...);
public unowned string get_user_agent ();
public virtual Rest.ProxyCall new_call ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]