From b480c932e959765f83e41bcaf2a17ead2f5b7f6f Mon Sep 17 00:00:00 2001 From: "Jonas M. Gastal" Date: Wed, 14 Nov 2012 12:59:34 +0000 Subject: [PATCH] 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 --- src/lib/elm_map.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.7.4