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