eo: add the ability to get the size of object of a certain class.
authorCedric BAIL <cedric.bail@free.fr>
Fri, 7 Dec 2018 00:36:59 +0000 (16:36 -0800)
committerJiyoun Park <jy0703.park@samsung.com>
Wed, 16 Jan 2019 02:13:21 +0000 (11:13 +0900)
commit7511ebdbd804b42b7562df28801709893eade4bd
tree314213a195908a5640afc78fa3ebd37137f8b134
parentc4f803a6fd20fba4dca65be8b455824baa071fde
eo: add the ability to get the size of object of a certain class.

Their was two different way to implement this, either like this with
a simple function that work on Efl_Class, or by a function on
Efl.Object. I leaned on the first one, but I could easily be convinced
it should be done on Efl.Object actually.

Reviewed-by: Xavi Artigas <xavierartigas@yahoo.es>
Differential Revision: https://phab.enlightenment.org/D7441
src/lib/eo/Eo.h
src/lib/eo/eo.c