ecore: create ecore_types.eot and add Ecore.Time to it
authorVitor Sousa <vitorsousasilva@gmail.com>
Mon, 25 Jan 2016 22:17:52 +0000 (20:17 -0200)
committerFelipe Magno de Almeida <felipe@expertisesolutions.com.br>
Tue, 9 Feb 2016 13:38:58 +0000 (11:38 -0200)
commitc674f64a070940cdc08a393d5a7c630a8fd8bad4
tree9701843907865e67b27e8c8c7258b804e325839d
parentda127a69d0351011e876ba201dd4c6c471469e7a
ecore: create ecore_types.eot and add Ecore.Time to it

Create the file ecore_types.eot to hold common types related with Ecore.

Add Ecore.Time as an external type to ecore_types.eot.
This type is intended to be a alias to struct tm (from time.h).
That way .eo files have a standard way to reference it.
Each language should manually bind it.
src/Makefile_Ecore.am
src/lib/ecore/Ecore_Common.h
src/lib/ecore/ecore_types.eot [new file with mode: 0644]