elm genlist: Removed 'const' from elm_genlist_decorated_item_get() API's return value. This API was aimed to manipulate decorated item so no const for the return value. Raster confirmed that this is not a API break. Thanks.

SVN revision: 72221
This commit is contained in:
Daniel Juyung Seo 2012-06-16 10:12:15 +00:00
parent 551320670c
commit 1f01713eb3
2 changed files with 2 additions and 2 deletions

View File

@ -5618,7 +5618,7 @@ elm_genlist_item_decorate_mode_get(const Elm_Object_Item *it)
return _it->wd->decorate_it_type;
}
EAPI const Elm_Object_Item *
EAPI Elm_Object_Item *
elm_genlist_decorated_item_get(const Evas_Object *obj)
{
ELM_CHECK_WIDTYPE(obj, widtype) NULL;

View File

@ -1642,7 +1642,7 @@ EAPI const char *elm_genlist_item_decorate_mode_get(const Elm_
*
* @ingroup Genlist
*/
EAPI const Elm_Object_Item *elm_genlist_decorated_item_get(const Evas_Object *obj);
EAPI Elm_Object_Item *elm_genlist_decorated_item_get(const Evas_Object *obj);
/**
* Set reorder mode