summaryrefslogtreecommitdiff
path: root/src/lib/elm_route_legacy.h
blob: b1cdd289dd632bf75762437495e14bbbc8927bc3 (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 Route
 */
EAPI Evas_Object *elm_route_add(Evas_Object *parent);

#include "elm_route.eo.legacy.h"