Functions | |
EAPI Eina_Iterator * | eo_classes_iterator_new (void) |
Get an iterator on the Eo classes. More... | |
EAPI Eina_Iterator * | eo_objects_iterator_new (void) |
Get an iterator on the Eo objects. More... | |
EAPI Eina_Iterator* eo_classes_iterator_new | ( | void | ) |
Get an iterator on the Eo classes.
You can use this function to go over the Eo classes.
References EINA_FALSE, EINA_MAGIC_NONE, EINA_MAGIC_SET, and EINA_TRUE.
EAPI Eina_Iterator* eo_objects_iterator_new | ( | void | ) |
Get an iterator on the Eo objects.
You can use this function to go over the Eo objects.
References EFL_ID_DOMAIN_MAIN, efl_unref(), EINA_MAGIC_SET, EINA_TRUE, and EINA_UNUSED.
Referenced by efl_object_shutdown().