[cluttermm] Restore some method .defs.



commit 1ccdde0c3650d0a4f0c655732a9f10f6c54c0a8c
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Mar 4 23:20:24 2014 +0100

    Restore some method .defs.
    
    * clutter/src/clutter_methods.defs: Manually add back some
      clutter_behaviour_*_new() methods that h2defs.py is not
      recognizing now for some reason.

 clutter/src/clutter_methods.defs |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)
---
diff --git a/clutter/src/clutter_methods.defs b/clutter/src/clutter_methods.defs
index 199113f..2acec07 100644
--- a/clutter/src/clutter_methods.defs
+++ b/clutter/src/clutter_methods.defs
@@ -11628,6 +11628,17 @@
   (return-type "GType")
 )
 
+(define-function clutter_behaviour_depth_new
+  (c-name "clutter_behaviour_depth_new")
+  (is-constructor-of "ClutterBehaviourDepth")
+  (return-type "ClutterBehaviour*")
+  (parameters
+    '("ClutterAlpha*" "alpha")
+    '("gint" "depth_start")
+    '("gint" "depth_end")
+  )
+)
+
 (define-method set_bounds
   (of-object "ClutterBehaviourDepth")
   (c-name "clutter_behaviour_depth_set_bounds")
@@ -11906,6 +11917,17 @@
   (return-type "GType")
 )
 
+(define-function clutter_behaviour_opacity_new
+  (c-name "clutter_behaviour_opacity_new")
+  (is-constructor-of "ClutterBehaviourOpacity")
+  (return-type "ClutterBehaviour*")
+  (parameters
+    '("ClutterAlpha*" "alpha")
+    '("guint8" "opacity_start")
+    '("guint8" "opacity_end")
+  )
+)
+
 (define-method set_bounds
   (of-object "ClutterBehaviourOpacity")
   (c-name "clutter_behaviour_opacity_set_bounds")
@@ -12082,6 +12104,19 @@
   (return-type "GType")
 )
 
+(define-function clutter_behaviour_scale_new
+  (c-name "clutter_behaviour_scale_new")
+  (is-constructor-of "ClutterBehaviourScale")
+  (return-type "ClutterBehaviour*")
+  (parameters
+    '("ClutterAlpha*" "alpha")
+    '("gdouble" "x_scale_start")
+    '("gdouble" "y_scale_start")
+    '("gdouble" "x_scale_end")
+    '("gdouble" "y_scale_end")
+  )
+)
+
 (define-method set_bounds
   (of-object "ClutterBehaviourScale")
   (c-name "clutter_behaviour_scale_set_bounds")


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