1 /**
2  * Add a new route object to the parent's canvas
3  *
4  * @param parent The parent object
5  * @return The new object or NULL if it cannot be created
6  *
7  * @ingroup Elm_Route
8  */
9 EAPI Evas_Object *elm_route_add(Evas_Object *parent);
10 
11 #include "elm_route_eo.legacy.h"