From: Jonas M. Gastal Date: Wed, 14 Nov 2012 12:59:34 +0000 (+0000) Subject: Adds information about supported Elm_Map_Overlay_Type types in elm_map_overlay_color_... X-Git-Tag: submit/efl/20131021.015827~1538 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b480c932e959765f83e41bcaf2a17ead2f5b7f6f;p=platform%2Fupstream%2Felementary.git Adds information about supported Elm_Map_Overlay_Type types in elm_map_overlay_color_set() function. Author: KoziarekBeata b.koziarek@samsung.com SVN revision: 79293 --- diff --git a/src/lib/elm_map.h b/src/lib/elm_map.h index de8dab6..b0720a3 100644 --- a/src/lib/elm_map.h +++ b/src/lib/elm_map.h @@ -915,6 +915,9 @@ EAPI void elm_map_overlay_region_get(const Elm_Map_Overlay *ove * * For alpha channel, 0 represents completely transparent, and 255, opaque. * + * Function supports only ELM_MAP_OVERLAY_TYPE_CLASS, ELM_MAP_OVERLAY_TYPE_DEFAULT + * and ELM_MAP_OVERLAY_TYPE_ROUTE Elm_Map_Overlay_Type types. + * * @see elm_map_overlay_color_get() * * @ingroup Map