[cluttermm/cluttermm-1-24] Manually correct the regenerated method .defs.



commit 5a5b60162686f4f3e1cf214728be5a7073e4d4ca
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Sep 17 10:05:06 2015 +0200

    Manually correct the regenerated method .defs.

 clutter/src/clutter_methods.defs |   38 +++++++++++++++++++++-----------------
 1 files changed, 21 insertions(+), 17 deletions(-)
---
diff --git a/clutter/src/clutter_methods.defs b/clutter/src/clutter_methods.defs
index 426e0c9..a2d0e50 100644
--- a/clutter/src/clutter_methods.defs
+++ b/clutter/src/clutter_methods.defs
@@ -3243,7 +3243,7 @@
   )
 )
 
-(define-function clutter_bind_constraint_set_source
+(define-method clutter_bind_constraint_set_source
   (c-name "clutter_bind_constraint_set_source")
   (return-type "none")
   (parameters
@@ -3251,14 +3251,14 @@
   )
 )
 
-(define-function clutter_bind_constraint_get_source
+(define-method clutter_bind_constraint_get_source
   (c-name "clutter_bind_constraint_get_source")
   (return-type "ClutterActor*")
   (parameters
   )
 )
 
-(define-function clutter_bind_constraint_set_coordinate
+(define-method clutter_bind_constraint_set_coordinate
   (c-name "clutter_bind_constraint_set_coordinate")
   (return-type "none")
   (parameters
@@ -3266,14 +3266,14 @@
   )
 )
 
-(define-function clutter_bind_constraint_get_coordinate
+(define-method clutter_bind_constraint_get_coordinate
   (c-name "clutter_bind_constraint_get_coordinate")
   (return-type "ClutterBindCoordinate")
   (parameters
   )
 )
 
-(define-function clutter_bind_constraint_set_offset
+(define-method clutter_bind_constraint_set_offset
   (c-name "clutter_bind_constraint_set_offset")
   (return-type "none")
   (parameters
@@ -3281,7 +3281,7 @@
   )
 )
 
-(define-function clutter_bind_constraint_get_offset
+(define-method clutter_bind_constraint_get_offset
   (c-name "clutter_bind_constraint_get_offset")
   (return-type "gfloat")
   (parameters
@@ -4181,6 +4181,7 @@
   (c-name "clutter_actor_add_constraint")
   (return-type "none")
   (parameters
+    '("ClutterConstraint*" "constraint")
   )
 )
 
@@ -4190,6 +4191,7 @@
   (return-type "none")
   (parameters
     '("const-gchar*" "name")
+    '("ClutterConstraint*" "constraint")
   )
 )
 
@@ -4198,6 +4200,7 @@
   (c-name "clutter_actor_remove_constraint")
   (return-type "none")
   (parameters
+    '("ClutterConstraint*" "constraint")
   )
 )
 
@@ -7461,16 +7464,17 @@
   (return-type "GType")
 )
 
-(define-method constraint_new
+(define-function constraint_new
   (of-object "ClutterPath")
   (c-name "clutter_path_constraint_new")
   (return-type "ClutterConstraint*")
   (parameters
+    '("ClutterPath*" "path")
     '("gfloat" "offset")
   )
 )
 
-(define-function clutter_path_constraint_set_path
+(define-method clutter_path_constraint_set_path
   (c-name "clutter_path_constraint_set_path")
   (return-type "none")
   (parameters
@@ -7478,14 +7482,14 @@
   )
 )
 
-(define-function clutter_path_constraint_get_path
+(define-method clutter_path_constraint_get_path
   (c-name "clutter_path_constraint_get_path")
   (return-type "ClutterPath*")
   (parameters
   )
 )
 
-(define-function clutter_path_constraint_set_offset
+(define-method clutter_path_constraint_set_offset
   (c-name "clutter_path_constraint_set_offset")
   (return-type "none")
   (parameters
@@ -7493,7 +7497,7 @@
   )
 )
 
-(define-function clutter_path_constraint_get_offset
+(define-method clutter_path_constraint_get_offset
   (c-name "clutter_path_constraint_get_offset")
   (return-type "gfloat")
   (parameters
@@ -8264,7 +8268,7 @@
   )
 )
 
-(define-function clutter_snap_constraint_set_source
+(define-method clutter_snap_constraint_set_source
   (c-name "clutter_snap_constraint_set_source")
   (return-type "none")
   (parameters
@@ -8272,14 +8276,14 @@
   )
 )
 
-(define-function clutter_snap_constraint_get_source
+(define-method clutter_snap_constraint_get_source
   (c-name "clutter_snap_constraint_get_source")
   (return-type "ClutterActor*")
   (parameters
   )
 )
 
-(define-function clutter_snap_constraint_set_edges
+(define-method clutter_snap_constraint_set_edges
   (c-name "clutter_snap_constraint_set_edges")
   (return-type "none")
   (parameters
@@ -8288,7 +8292,7 @@
   )
 )
 
-(define-function clutter_snap_constraint_get_edges
+(define-method clutter_snap_constraint_get_edges
   (c-name "clutter_snap_constraint_get_edges")
   (return-type "none")
   (parameters
@@ -8297,7 +8301,7 @@
   )
 )
 
-(define-function clutter_snap_constraint_set_offset
+(define-method clutter_snap_constraint_set_offset
   (c-name "clutter_snap_constraint_set_offset")
   (return-type "none")
   (parameters
@@ -8305,7 +8309,7 @@
   )
 )
 
-(define-function clutter_snap_constraint_get_offset
+(define-method clutter_snap_constraint_get_offset
   (c-name "clutter_snap_constraint_get_offset")
   (return-type "gfloat")
   (parameters


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