Eolian: generation of the first Eo file.
authorDaniel Zaoui <daniel.zaoui@samsung.com>
Wed, 5 Mar 2014 11:54:39 +0000 (13:54 +0200)
committerDaniel Zaoui <daniel.zaoui@samsung.com>
Thu, 6 Mar 2014 13:12:51 +0000 (15:12 +0200)
commita3e38d78846c2d4e61e7b57cc6c38461ab7ec900
tree787bcfa7d02c862cd065363feda11b7f6246812e
parent7aebf671bff158bee3ef2876b03b90e0fc2c6984
Eolian: generation of the first Eo file.

The first object that we generate with Eolian is Evas_Line, as it is a
simple one.
Two files are generated during build:
- the .eo.c contains the APIs definitions invoking Eo, the Eo functions
extracting the parameters and calling the hand written functions and
Eo structures to define the objects. These hand written functions are
located in e.g evas_object_line.c.
- the .eo.h contains the APIs and Eo prototyes.

We will continue with the other objects. If you note something wrong,
please update us asap:
daniel.zaoui@samsung.com
yossi.kantor@samsung.com
.gitignore
src/Makefile.am
src/Makefile_Evas.am
src/lib/evas/Evas_Eo.h
src/lib/evas/canvas/evas_line.eo [new file with mode: 0644]
src/lib/evas/canvas/evas_object_line.c