Eo: Make eo_del() an eo function.
authorTom Hacohen <tom@stosb.com>
Tue, 26 Apr 2016 15:19:44 +0000 (16:19 +0100)
committerTom Hacohen <tom@stosb.com>
Tue, 26 Apr 2016 15:29:18 +0000 (16:29 +0100)
commit106951a61de97459a1cc9cdc248408e204c061dc
tree76aed0d0fdc39b5236f157c2ba2682b95ccc62e6
parentb1fce61caa1cb9514b444491d030be0e1264c44c
Eo: Make eo_del() an eo function.

This was done following a feature request by @raster. There was no real
reason for it not to be an eo function and this gives us more
flexibility.

The reason why this done was to provide a way for classes to do special
things when an object deletion was requested, for example in the case of
Evas, hide the object.
src/lib/eo/Eo.h
src/lib/eo/eo.c
src/lib/eo/eo_base.eo
src/lib/eo/eo_base_class.c