Fix widget_service_trigger_update 62/78462/6 accepted/tizen/common/20160712.150529 accepted/tizen/ivi/20160712.000228 accepted/tizen/mobile/20160712.000110 accepted/tizen/tv/20160712.000208 accepted/tizen/wearable/20160712.000217 submit/tizen/20160711.130213
authorDaehyeon Jung <darrenh.jung@samsung.com>
Tue, 5 Jul 2016 13:52:44 +0000 (22:52 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Mon, 11 Jul 2016 05:39:52 +0000 (14:39 +0900)
commit8630f836af3cad3156127b7b1a84b74d0d155dce
tree71ca9bc12cd80b9df87ff9bb6170dcbd9faa08a9
parent475ee375bc89117cf85684d1e37f06672204e862
Fix widget_service_trigger_update

 - Previously, some widget_service functions that allowed for the
 application  in the same package with target widget application
 were not supported.
 - The patch uses aul_widget_instance_* functions to store/load
 widget_instance informations across the package.

Change-Id: If92972d01213049f536fecb6bd4e90f6e90c5f63
Signed-off-by: Daehyeon Jung <darrenh.jung@samsung.com>
include/widget_instance.h
src/widget_instance.c
src/widget_service.c