map: fix header split to actually be a split !

This commit is contained in:
Cedric Bail 2013-07-23 11:22:02 +09:00
parent d3247dd10a
commit 6907a1fc29
3 changed files with 18 additions and 2062 deletions

File diff suppressed because it is too large Load Diff

View File

@ -599,7 +599,6 @@ enum
* @ingroup Map
*/
#define elm_obj_map_overlay_scale_add(x, y, ret) ELM_OBJ_MAP_ID(ELM_OBJ_MAP_SUB_ID_OVERLAY_SCALE_ADD), EO_TYPECHECK(Evas_Coord, x), EO_TYPECHECK(Evas_Coord, y), EO_TYPECHECK(Elm_Map_Overlay **, ret)
#ifdef ELM_EMAP
/**
* @def elm_obj_map_track_add

View File

@ -1,3 +1,15 @@
/**
* Add a new map widget to the given parent Elementary (container) object.
*
* @param parent The parent object.
* @return a new map widget handle or @c NULL, on errors.
*
* This function inserts a new map widget on the canvas.
*
* @ingroup Map
*/
EAPI Evas_Object *elm_map_add(Evas_Object *parent);
/**
* Set the zoom level of the map.
*