diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-10-26 12:26:40 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-10-26 12:29:54 +0900 |
commit | 132876afed324e0f6edc1375f7ff0c7a7a8a21b7 (patch) | |
tree | e81bb348a2d4773725224408e9f29f6ff75de9fc /src/lib/evas/canvas/efl_canvas_object.eo | |
parent | b7359e7ff527823eb753a1b49d62753c8d84d4ed (diff) |
Revert "evas: Fix C++ compilation"
@felipealmeida says this cyclic dependency is fixed!
This is awesome. :)
This reverts commit 60e31101a66aa78b544f39cff6ba27cdc704deef.
Diffstat (limited to '')
-rw-r--r-- | src/lib/evas/canvas/efl_canvas_object.eo | 7 |
1 files 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, | |||
660 | event_animation_set { | 660 | event_animation_set { |
661 | [[Set the $animation which starts when the given $event_name happens to the object.]] | 661 | [[Set the $animation which starts when the given $event_name happens to the object.]] |
662 | params { | 662 | params { |
663 | @in event_type: ptr(const(Efl.Event.Description)); [[The event description for which the given $animation is set.]] | 663 | @in event_type: ptr(const(Efl.Event.Description)); |
664 | @in animation: Efl.Object /* FIXME: Efl.Animation */; | 664 | [[The event description for which the given $animation is set.]] |
665 | @in animation: Efl.Animation; | ||
665 | [[The animation which starts when the given $event_name happens to the object.]] | 666 | [[The animation which starts when the given $event_name happens to the object.]] |
666 | } | 667 | } |
667 | legacy: null; | 668 | legacy: null; |
@@ -672,7 +673,7 @@ abstract Efl.Canvas.Object (Efl.Object, Efl.Gfx, Efl.Gfx.Stack, Efl.Animator, | |||
672 | @in event_type: ptr(const(Efl.Event.Description)); [[The event description for which the given $animation is set.]] | 673 | @in event_type: ptr(const(Efl.Event.Description)); [[The event description for which the given $animation is set.]] |
673 | } | 674 | } |
674 | legacy: null; | 675 | legacy: null; |
675 | return: Efl.Object /* FIXME: Efl.Animation */ @warn_unused; | 676 | return: Efl.Animation @warn_unused; |
676 | } | 677 | } |
677 | } | 678 | } |
678 | implements { | 679 | implements { |