summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJehun Lim <jehun.lim@samsung.com>2015-07-21 13:16:47 +0900
committerJehun Lim <jehun.lim@samsung.com>2015-07-21 13:20:29 +0900
commitcdbfe1fc07a21dcc1df79eacee8c795d03830520 (patch)
tree256b2b2bf73145f28e525fa86b44d5f3ef66566d /include
parentb0521d740cd3960b587dd17509559e97de9fab0a (diff)
downloadair_mediahub-cdbfe1fc07a21dcc1df79eacee8c795d03830520.tar.gz
air_mediahub-cdbfe1fc07a21dcc1df79eacee8c795d03830520.tar.bz2
air_mediahub-cdbfe1fc07a21dcc1df79eacee8c795d03830520.zip
listmgr: add update parameter for listmgr_update_focus_item
Change-Id: Iffc69b0afea67a53ab78f9c362779f34ee8c37b5 Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/util/listmgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/util/listmgr.h b/include/util/listmgr.h
index 50491bb..d146532 100644
--- a/include/util/listmgr.h
+++ b/include/util/listmgr.h
@@ -54,6 +54,6 @@ bool listmgr_draw_list_area(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_update_focus_item(struct listmgr *lmgr, int index);
+bool listmgr_update_focus_item(struct listmgr *lmgr, int index, bool update);
#endif /* __AIR_MEDIAHUB_LISTMGR_H__ */