Functions
Eo iterators

Functions

Eina_Iteratoreo_classes_iterator_new (void)
 Get an iterator on the Eo classes. More...
 
Eina_Iteratoreo_objects_iterator_new (void)
 Get an iterator on the Eo objects. More...
 

Detailed Description

Function Documentation

◆ eo_classes_iterator_new()

Eina_Iterator* eo_classes_iterator_new ( void  )

Get an iterator on the Eo classes.

You can use this function to walk over the Eo classes.

Returns
an iterator on success, NULL otherwise

References EINA_FALSE, EINA_MAGIC_NONE, EINA_MAGIC_SET, and EINA_TRUE.

◆ eo_objects_iterator_new()

Eina_Iterator* eo_objects_iterator_new ( void  )

Get an iterator on the Eo objects.

You can use this function to walk over the Eo objects.

Returns
an iterator on success, NULL otherwise

References EFL_ID_DOMAIN_MAIN, and EINA_MAGIC_SET.