]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
bindings: Update GIR-based bindings
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 11 Sep 2014 11:12:37 +0000 (13:12 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 11 Sep 2014 11:12:37 +0000 (13:12 +0200)
vapi/clutter-1.0.vapi
vapi/rest-0.7.vapi

index 1d6c4c0634638a3011496822ef0d29babb2c03c4..ace700bf55ac79b9664e155eb993c43ee1e036f9 100644 (file)
@@ -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);
index 87458dc3a9e7a2b619d8c387bdd5c58f163887b4..8a5f617a10e98d393531c3d159d43415aa57b946 100644 (file)
@@ -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 ();