1 /**
2  * Add the dayselector.
3  *
4  * @param parent Parent object
5  * @return New dayselector object or @c NULL, if it cannot be created
6  *
7  * @ingroup Elm_Dayselector
8  */
9 EAPI Evas_Object *elm_dayselector_add(Evas_Object *parent);
10 
11 #include "elm_dayselector_eo.legacy.h"
12