evas doc: Add a comment for Efl_Canvas_Object type.

This commit is contained in:
Myoungwoon Roy, Kim 2019-05-03 13:21:05 +09:00 committed by Jaehyun Cho
parent e38fc2264c
commit dbf8a44d71
1 changed files with 8 additions and 1 deletions

View File

@ -164,12 +164,19 @@ typedef Eo Evas;
*/
typedef struct _Evas_Public_Data Evas_Public_Data;
/**
* @typedef Efl_Canvas_Object
* An Evas Object handle
* @see Evas_Object
* @ingroup Evas_Object_Group
*/
typedef Eo Efl_Canvas_Object;
/**
* @typedef Evas_Object
* An Evas Object handle.
* @ingroup Evas_Object_Group
*/
typedef Eo Efl_Canvas_Object;
typedef Efl_Canvas_Object Evas_Object;
/* These defines are used in H files generated by Eolian to avoid