X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=TC%2Felm_ts%2Fgenlist%2Futc_UIFW_elm_genlist_last_item_get_func.c;h=8622e8cd75262a0759869dd22fa4c7220ba17c6d;hb=ecf18d9c32e2fcea4dca264280facbf8599e71a4;hp=77fbd58ad612155f5604376fb64666f0b8dd3a25;hpb=107d607fa2e08601f29ae60000b8d73838cb28f0;p=framework%2Fuifw%2Felementary.git diff --git a/TC/elm_ts/genlist/utc_UIFW_elm_genlist_last_item_get_func.c b/TC/elm_ts/genlist/utc_UIFW_elm_genlist_last_item_get_func.c index 77fbd58..8622e8c 100644 --- a/TC/elm_ts/genlist/utc_UIFW_elm_genlist_last_item_get_func.c +++ b/TC/elm_ts/genlist/utc_UIFW_elm_genlist_last_item_get_func.c @@ -62,8 +62,8 @@ static void startup(void) evas_object_size_hint_align_set(genlist, EVAS_HINT_FILL, EVAS_HINT_FILL); evas_object_size_hint_weight_set(genlist, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); itc.item_style = "1line_textonly"; - itc.func.label_get = NULL; - itc.func.icon_get = NULL; + itc.func.text_get = NULL; + itc.func.content_get = NULL; itc.func.state_get = NULL; itc.func.del = NULL; } @@ -83,7 +83,7 @@ static void cleanup(void) */ static void utc_UIFW_elm_genlist_last_item_get_func_01(void) { - Elm_Genlist_Item *item = NULL, *result_item = NULL; + Elm_Object_Item *item = NULL, *result_item = NULL; item = elm_genlist_item_append(genlist, &itc, (void *) 0, NULL, ELM_GENLIST_ITEM_NONE, NULL, NULL); @@ -103,7 +103,7 @@ static void utc_UIFW_elm_genlist_last_item_get_func_01(void) */ static void utc_UIFW_elm_genlist_last_item_get_func_02(void) { - Elm_Genlist_Item *item = NULL, *result_item = NULL; + Elm_Object_Item *item = NULL, *result_item = NULL; item = elm_genlist_item_append(genlist, &itc, (void *) 0, NULL, ELM_GENLIST_ITEM_NONE, NULL, NULL);