Eolian/Generator: support params initialization.
authorDaniel Zaoui <daniel.zaoui@samsung.com>
Tue, 2 Sep 2014 14:00:14 +0000 (17:00 +0300)
committerDaniel Zaoui <daniel.zaoui@samsung.com>
Wed, 3 Sep 2014 05:36:20 +0000 (08:36 +0300)
commitffa9ad7daf0bdc6c8de9cb8e3994cc5b6e53858a
tree1df8cb19e3f205bb718763e01f9b96b8412cff9a
parent3f468537fd38a3d8f6e59521a485fde38ebc1b6e
Eolian/Generator: support params initialization.

This is needed when get properties or methods have to return a
value in case of failure or to initialize parameters.
The way used is to generate an intermediate function that will
initialize the parameters and then invoke the "user" function.
src/Makefile_Eolian.am
src/bin/eolian/eo_generator.c
src/lib/evas/canvas/evas_line.eo
src/tests/eolian/data/class_simple_ref.c [new file with mode: 0644]
src/tests/eolian/eolian_generation.c