efl_canvas_gesture: replace parse with import

we probebly want to use import here, as we want to rebuild this file
when efl_canvas_gesture_events is changed.

Differential Revision: https://phab.enlightenment.org/D11273
This commit is contained in:
Marcel Hollerbach 2020-02-03 16:16:01 +01:00
parent 7f157be59a
commit c2bb55517a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import efl_canvas_gesture_types;
parse efl_canvas_gesture_events;
import efl_canvas_gesture_events;
abstract @beta Efl.Canvas.Gesture extends Efl.Object
{