Add a new enum value for widget create aborted event 97/119697/2 accepted/tizen/3.0/common/20170321.122719 accepted/tizen/3.0/ivi/20170320.220758 accepted/tizen/3.0/mobile/20170320.220447 accepted/tizen/3.0/tv/20170320.220545 accepted/tizen/3.0/wearable/20170320.220648 submit/tizen_3.0/20170320.054511
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 17 Mar 2017 08:32:28 +0000 (17:32 +0900)
committerHyunho Kang <hhstark.kang@samsung.com>
Mon, 20 Mar 2017 04:46:45 +0000 (21:46 -0700)
Requires:
 - https://review.tizen.org/gerrit/#/c/119476/

Change-Id: I2391a3ed0325c45cba1c446e5449201645f8a60d
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
(cherry picked from commit e6694abfdcba3444d87223fc648610a29ebcc665)

include/widget_instance.h

index 259708de76f8208b42602638035aea78280d94d6..f33ff5c3ace1c9566f24a31253b14b792a95153b 100644 (file)
@@ -49,6 +49,7 @@ typedef enum widget_instance_event {
        WIDGET_INSTANCE_EVENT_EXTRA_UPDATED = AUL_WIDGET_INSTANCE_EVENT_EXTRA_UPDATED,
        WIDGET_INSTANCE_EVENT_FAULT = AUL_WIDGET_INSTANCE_EVENT_FAULT,
        WIDGET_INSTANCE_EVENT_APP_RESTART_REQUEST = AUL_WIDGET_INSTANCE_EVENT_APP_RESTART_REQUEST,
+       WIDGET_INSTANCE_EVENT_CREATE_ABORTED = AUL_WIDGET_INSTANCE_EVENT_CREATE_ABORTED,
        WIDGET_INSTANCE_EVENT_MAX,
 } widget_instance_event_e;