X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Flivebox-service.h;h=a544d994148553e9ec39de4fdc3903e8d1449469;hb=21b1e2d9e0f4045ac0032bd9debed0985f9c51b9;hp=dcb9923ba34101fba7097b79e589f991102a1d16;hpb=4c22e2ed454c3cb1868d27f9c07edf37b0dda602;p=platform%2Fframework%2Fweb%2Flivebox-service.git diff --git a/include/livebox-service.h b/include/livebox-service.h index dcb9923..a544d99 100644 --- a/include/livebox-service.h +++ b/include/livebox-service.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * @@ -49,7 +49,7 @@ enum livebox_script_event { LB_SCRIPT_ACCESS_HIGHLIGHT_NEXT = LB_SCRIPT_ACCESS_EVENT | 0x00000002, LB_SCRIPT_ACCESS_HIGHLIGHT_PREV = LB_SCRIPT_ACCESS_EVENT | 0x00000004, LB_SCRIPT_ACCESS_ACTIVATE = LB_SCRIPT_ACCESS_EVENT | 0x00000008, - LB_SCRIPT_ACCESS_VALUE_CHANGE = LB_SCRIPT_ACCESS_EVENT | 0x00000010, + LB_SCRIPT_ACCESS_ACTION = LB_SCRIPT_ACCESS_EVENT | 0x00000010, LB_SCRIPT_ACCESS_SCROLL = LB_SCRIPT_ACCESS_EVENT | 0x00000020, LB_SCRIPT_ACCESS_UNHIGHLIGHT = LB_SCRIPT_ACCESS_EVENT | 0x00000040, @@ -64,11 +64,11 @@ enum livebox_script_event { }; enum livebox_access_status { - LB_ACCESS_STATUS_DONE, + LB_ACCESS_STATUS_ERROR = 0x80000000, + LB_ACCESS_STATUS_DONE = 0x00000000, LB_ACCESS_STATUS_FIRST, /*!< Reach to the first item */ LB_ACCESS_STATUS_LAST, /*!< Reach to the last item */ LB_ACCESS_STATUS_READ, /* TTS done */ - LB_ACCESS_STATUS_ERROR, }; /*!