Revert "evas: Fix C++ compilation"

@felipealmeida says this cyclic dependency is fixed!
This is awesome. :)

This reverts commit 60e31101a6.
This commit is contained in:
Jean-Philippe Andre 2017-10-26 12:26:40 +09:00
parent b7359e7ff5
commit 132876afed
1 changed files with 4 additions and 3 deletions

View File

@ -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 {