eo base - add loop_get for base class
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 21 Apr 2016 06:15:13 +0000 (15:15 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 21 Apr 2016 06:19:36 +0000 (15:19 +0900)
commit26b5eb8a26c196ac2d707766e938c9a35982eb98
treee8d7401c7ccc7d9c6843a0d8588dded9ba2e00a6
parent9551867c52f0be7417c5578e7c6a0b08524bc087
eo base - add loop_get for base class

base class objects will ask their parent object to get the loop. this
means it recurses all objects regardless of type until it finds an
object that returns a proper loop object - eg a loop object returns
itself, a window, gfx/ui object returns the mainloop object etc. etc.

@feature
src/lib/eo/eo_base.eo
src/lib/eo/eo_base_class.c
src/tests/eo/suite/eo_test_general.c