From f6e7c1cb8214c034e97541f1753015c3455c6505 Mon Sep 17 00:00:00 2001 From: Sunggyu Choi Date: Fri, 14 Aug 2020 14:25:26 +0900 Subject: [PATCH] Adds new custom error for gesture module Change-Id: I1cb12ab5e8d126a9c0add146c1c1153b213912bd Signed-off-by: Sunggyu Choi --- include/tizen_error.h | 2 ++ packaging/capi-base-common.spec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.7.4