binding-pool: Use the correct marshaller
authorOle André Vadla Ravnås <oravnas@cisco.com>
Sat, 9 Oct 2010 21:07:26 +0000 (23:07 +0200)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Sun, 24 Oct 2010 23:39:13 +0000 (00:39 +0100)
clutter/clutter-binding-pool.c
clutter/clutter-marshal.list

index 3abb006..11cef92 100644 (file)
@@ -510,7 +510,7 @@ clutter_binding_pool_install_action (ClutterBindingPool  *pool,
     {
       GClosureMarshal marshal;
 
-      marshal = _clutter_marshal_BOOLEAN__STRING_UINT_ENUM;
+      marshal = _clutter_marshal_BOOLEAN__STRING_UINT_FLAGS;
       g_closure_set_marshal (closure, marshal);
     }
 
@@ -576,7 +576,7 @@ clutter_binding_pool_install_closure (ClutterBindingPool  *pool,
     {
       GClosureMarshal marshal;
 
-      marshal = _clutter_marshal_BOOLEAN__STRING_UINT_ENUM;
+      marshal = _clutter_marshal_BOOLEAN__STRING_UINT_FLAGS;
       g_closure_set_marshal (closure, marshal);
     }
 
@@ -644,7 +644,7 @@ clutter_binding_pool_override_action (ClutterBindingPool  *pool,
     {
       GClosureMarshal marshal;
 
-      marshal = _clutter_marshal_BOOLEAN__STRING_UINT_ENUM;
+      marshal = _clutter_marshal_BOOLEAN__STRING_UINT_FLAGS;
       g_closure_set_marshal (closure, marshal);
     }
 }
@@ -704,7 +704,7 @@ clutter_binding_pool_override_closure (ClutterBindingPool  *pool,
     {
       GClosureMarshal marshal;
 
-      marshal = _clutter_marshal_BOOLEAN__STRING_UINT_ENUM;
+      marshal = _clutter_marshal_BOOLEAN__STRING_UINT_FLAGS;
       g_closure_set_marshal (closure, marshal);
     }
 }
index 68ae5c5..26bfd47 100644 (file)
@@ -1,5 +1,5 @@
 BOOLEAN:BOXED
-BOOLEAN:STRING,UINT,ENUM
+BOOLEAN:STRING,UINT,FLAGS
 BOXED:UINT,UINT
 DOUBLE:VOID
 UINT:VOID