From: Daniel Juyung Seo Date: Tue, 26 Apr 2011 04:32:47 +0000 (+0900) Subject: [Genlist] Added 'const' to elm_genlist_realized_items_get() API. X-Git-Tag: REL_I9200_20110603-1~125 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b67f52359765e6c339d700eeaecc4d5d08e7e66;p=framework%2Fuifw%2Felementary.git [Genlist] Added 'const' to elm_genlist_realized_items_get() API. --- diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c index d89a71a..2fdf90b 100644 --- a/src/lib/elm_genlist.c +++ b/src/lib/elm_genlist.c @@ -3817,7 +3817,7 @@ elm_genlist_selected_items_get(const Evas_Object *obj) * @ingroup Genlist */ EAPI Eina_List * -elm_genlist_realized_items_get(Evas_Object *obj) +elm_genlist_realized_items_get(const Evas_Object *obj) { ELM_CHECK_WIDTYPE(obj, widtype) NULL; Widget_Data *wd = elm_widget_data_get(obj);