[ease] Annote a binding workaround



commit ca90cca2cad64569c554981f463ddb7bc215793e
Author: Stéphane Maniaci <stephane maniaci gmail com>
Date:   Fri Jul 9 22:37:19 2010 -0500

    Annote a binding workaround

 src/ease-player.vala |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/ease-player.vala b/src/ease-player.vala
index 969c46e..c28748b 100644
--- a/src/ease-player.vala
+++ b/src/ease-player.vala
@@ -115,6 +115,11 @@ public class Ease.Player : GLib.Object
 
 		shader = new Clutter.Group ();
 		shader.opacity = 0;
+
+		/* The following function is broken at the moment in the Clutter
+		   bindings. Replace the
+		   public void add (...); by
+		   public void add (Clutter.Actor first_actor, ...); */
 		shader.add (shader_top, 
 					shader_right,
 					shader_bottom,



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