Ecore eo: Resolve duplicate Ecore_Cb definition.

This commit is contained in:
Tom Hacohen 2016-04-20 10:11:21 +01:00
parent 945276ab1d
commit 5bec0d07b4
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
type @extern Ecore_Cb: __undefined_type;
import ecore_types;
class Ecore.Job (Eo.Base)
{

View File

@ -1,5 +1,6 @@
type @extern Ecore_Timeline_Cb: __undefined_type;
type @extern Ecore_Task_Cb: __undefined_type;
type @extern Ecore_Cb: __undefined_type;
enum Ecore.Pos_Map
{

View File

@ -1,6 +1,5 @@
import evas_box;
type Ecore_Cb: __undefined_type;
import ecore_types;
class Elm.Box (Elm.Widget)
{