1 /**
2  * Add a new actionslider to the parent.
3  *
4  * @param parent The parent object
5  * @return The new actionslider object or NULL if it cannot be created
6  *
7  * @ingroup Elm_Actionslider
8  */
9 EAPI Evas_Object                *elm_actionslider_add(Evas_Object *parent);
10 
11 #include "elm_actionslider_eo.legacy.h"
12