From: Sunggyu Choi Date: Fri, 14 Aug 2020 05:25:26 +0000 (+0900) Subject: Adds new custom error for gesture module X-Git-Tag: submit/tizen/20200814.052641^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f6e7c1cb8214c034e97541f1753015c3455c6505;p=platform%2Fcore%2Fapi%2Fcommon.git Adds new custom error for gesture module Change-Id: I1cb12ab5e8d126a9c0add146c1c1153b213912bd Signed-off-by: Sunggyu Choi --- diff --git a/include/tizen_error.h b/include/tizen_error.h index 4c219ae..3fbe449 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -307,6 +307,8 @@ extern "C" { #define TIZEN_ERROR_GENERIC_TEXT_CLASSIFIER -0x03070000 /* Diagnostics */ #define TIZEN_ERROR_DIAGNOSTICS -0x03080000 +/* Gesture */ +#define TIZEN_ERROR_GESTURE -0x03090000 /** * @brief Enumeration for tizen errors. diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec index 5567548..b34ef1c 100644 --- a/packaging/capi-base-common.spec +++ b/packaging/capi-base-common.spec @@ -1,6 +1,6 @@ Name: capi-base-common Summary: Common header files of Tizen Native API -Version: 0.4.57 +Version: 0.4.58 Release: 1 Group: Base License: Apache-2.0