Object Items: Elm_Object_Item becomes Eo

This commit is contained in:
Daniel Zaoui 2014-08-14 09:17:37 +03:00
parent 56bb6d71c2
commit 5f62b784a3
2 changed files with 1 additions and 6 deletions

View File

@ -3,7 +3,7 @@
* An Elementary Object item handle.
* @ingroup General
*/
typedef struct _Elm_Object_Item Elm_Object_Item;
typedef Eo Elm_Object_Item;
/**
* @typedef Elm_Object_Item_Signal_Cb

View File

@ -620,11 +620,6 @@ struct _Elm_Widget_Item_Data
Eina_Bool on_translate : 1;
};
struct _Elm_Object_Item
{
ELM_WIDGET_ITEM;
};
#define ELM_NEW(t) calloc(1, sizeof(t))
EAPI Evas_Object *elm_widget_add(Evas_Smart *, Evas_Object *);