base: find the item to be focused using media id
[profile/tv/apps/native/air_mediahub.git] / include / util / listmgr.h
index 1820593..1999de3 100644 (file)
@@ -57,7 +57,7 @@ bool listmgr_update_content_item(struct listmgr *lmgr);
 bool listmgr_update_content_list(struct listmgr *lmgr, Eina_List *list);
 bool listmgr_update_play_info(struct listmgr *lmgr, app_media_info *info);
 
-bool listmgr_focus_content_list(struct listmgr *lmgr, int index, bool update);
+bool listmgr_focus_content_list(struct listmgr *lmgr, const char *id);
 bool listmgr_focus_play_info(struct listmgr *lmgr);
 
 void listmgr_set_focus_state(struct listmgr *lmgr, Eina_Bool state);