From dbf8a44d7177e6bc4c3cc642cbec451bd6a14b46 Mon Sep 17 00:00:00 2001 From: "Myoungwoon Roy, Kim" Date: Fri, 3 May 2019 13:21:05 +0900 Subject: [PATCH] evas doc: Add a comment for Efl_Canvas_Object type. --- src/lib/evas/Evas_Common.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/lib/evas/Evas_Common.h b/src/lib/evas/Evas_Common.h index 9eb765f330..bd6102d702 100644 --- a/src/lib/evas/Evas_Common.h +++ b/src/lib/evas/Evas_Common.h @@ -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