jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=132876afed324e0f6edc1375f7ff0c7a7a8a21b7

commit 132876afed324e0f6edc1375f7ff0c7a7a8a21b7
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Thu Oct 26 12:26:40 2017 +0900

    Revert "evas: Fix C++ compilation"
    
    @felipealmeida says this cyclic dependency is fixed!
    This is awesome. :)
    
    This reverts commit 60e31101a66aa78b544f39cff6ba27cdc704deef.
---
 src/lib/evas/canvas/efl_canvas_object.eo | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/lib/evas/canvas/efl_canvas_object.eo 
b/src/lib/evas/canvas/efl_canvas_object.eo
index 7f619ae271..b6626acca4 100644
--- a/src/lib/evas/canvas/efl_canvas_object.eo
+++ b/src/lib/evas/canvas/efl_canvas_object.eo
@@ -660,8 +660,9 @@ abstract Efl.Canvas.Object (Efl.Object, Efl.Gfx, 
Efl.Gfx.Stack, Efl.Animator,
       event_animation_set {
          [[Set the $animation which starts when the given $event_name happens 
to the object.]]
          params {
-            @in event_type: ptr(const(Efl.Event.Description)); [[The event 
description for which the given $animation is set.]]
-            @in animation: Efl.Object /* FIXME: Efl.Animation */;
+            @in event_type: ptr(const(Efl.Event.Description));
+               [[The event description for which the given $animation is set.]]
+            @in animation: Efl.Animation;
                [[The animation which starts when the given $event_name happens 
to the object.]]
          }
          legacy: null;
@@ -672,7 +673,7 @@ abstract Efl.Canvas.Object (Efl.Object, Efl.Gfx, 
Efl.Gfx.Stack, Efl.Animator,
             @in event_type: ptr(const(Efl.Event.Description)); [[The event 
description for which the given $animation is set.]]
          }
          legacy: null;
-         return: Efl.Object /* FIXME: Efl.Animation */ @warn_unused;
+         return: Efl.Animation @warn_unused;
       }
    }
    implements {

-- 


Reply via email to