1 /**
2  * @brief Add a new Hoversel object
3  *
4  * @param parent The parent object
5  * @return The new object or NULL if it cannot be created
6  *
7  * @ingroup Elm_Hoversel
8  */
9 EAPI Evas_Object                 *elm_hoversel_add(Evas_Object *parent);
10 
11 #include "elm_hoversel_item_eo.legacy.h"
12 #include "elm_hoversel_eo.legacy.h"
13