diff --git a/legacy/evas/src/lib/Evas.h b/legacy/evas/src/lib/Evas.h index 289d04e0ef..5c48f4f6fa 100644 --- a/legacy/evas/src/lib/Evas.h +++ b/legacy/evas/src/lib/Evas.h @@ -3218,8 +3218,11 @@ EAPI Evas *evas_object_evas_get (const Evas_Object *obj * - "image". * * For Evas smart objects (see @ref Evas_Smart_Group), the name of the - * smart class itself is returned on this call. For the built-in - * clipped smart object, it is "EvasObjectSmartClipped". + * smart class itself is returned on this call. For the built-in smart + * objects, these names are: + * - "EvasObjectSmartClipped", for the clipped smart object + * - "Evas_Object_Box", for the box object and + * - "Evas_Object_Table", for the table object. * * Example: * @dontinclude evas-object-manipulation.c