X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fgesture.h;h=910f45f30a8399b7d8c0163f5470df8feaeccc08;hb=b801b5bea9171450ed727f864801a1c6033ffeed;hp=cfa072006005604168123f92601a48c5ce82e70a;hpb=9b66961931172f8eb636cae33a545cbecef6d956;p=platform%2Fcore%2Fapi%2Fgesture.git diff --git a/include/gesture.h b/include/gesture.h index cfa0720..910f45f 100644 --- a/include/gesture.h +++ b/include/gesture.h @@ -64,7 +64,7 @@ typedef struct hand_gesture_s *hand_gesture_h; * * @see hand_gesture_start_recognition() */ -typedef void(* hand_gesture_recognition_cb)(hand_gesture_h handle, hand_gesture_type_e gesture, double timestamp, hand_gesture_error_e error, void *user_data) TIZEN_DEPRECATED_API; +typedef void(* hand_gesture_recognition_cb)(hand_gesture_h handle, hand_gesture_type_e gesture, double timestamp, hand_gesture_error_e error, void *user_data); /** * @deprecated Deprecated since 8.0. @@ -92,7 +92,7 @@ typedef void(* hand_gesture_recognition_cb)(hand_gesture_h handle, hand_gesture_ * @see hand_gesture_set_error_cb() * @see hand_gesture_unset_error_cb() */ -typedef void(* hand_gesture_error_cb)(hand_gesture_h handle, hand_gesture_error_e error, const char* msg, void *user_data) TIZEN_DEPRECATED_API; +typedef void(* hand_gesture_error_cb)(hand_gesture_h handle, hand_gesture_error_e error, const char* msg, void *user_data); /** * @deprecated Deprecated since 8.0.