From: Jeongmo Yang Date: Wed, 23 Mar 2016 03:03:37 +0000 (+0900) Subject: [Release version 0.2.46] Update API version for Tizen 2.4 API X-Git-Tag: submit/tizen/20160323.042711^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f3eb638c99a08ea8692ebafaa851ceb08b21470a;p=platform%2Fcore%2Fapi%2Fcamera.git [Release version 0.2.46] Update API version for Tizen 2.4 API Change-Id: I2ac73cbfcc6f520acd8684af8fdbd8b1201ee585 Signed-off-by: Jeongmo Yang --- diff --git a/include/camera.h b/include/camera.h index b5a917b..8ae9956 100644 --- a/include/camera.h +++ b/include/camera.h @@ -2006,7 +2006,7 @@ int camera_attr_foreach_supported_fps(camera_h camera, camera_attr_supported_fps /** * @brief Retrieves all supported FPS modes by invoking the callback function once for each supported FPS mode. - * @since_tizen 2.4 + * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif * @param[in] camera The handle to the camera * @privlevel public * @privilege %http://tizen.org/privilege/camera @@ -3008,7 +3008,7 @@ int camera_attr_remove_geotag(camera_h camera); * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * @privlevel public * @privilege %http://tizen.org/privilege/camera - * @remarks Since 2.4, while setting the flash mode, if the flash was preempted by other APIs,\n + * @remarks Since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif, while setting the flash mode, if the flash was preempted by other APIs,\n * then this function returns #CAMERA_ERROR_DEVICE_BUSY error. * @param[in] camera The handle to the camera * @param[in] mode The flash mode diff --git a/packaging/capi-media-camera.spec b/packaging/capi-media-camera.spec index d296c70..1541286 100644 --- a/packaging/capi-media-camera.spec +++ b/packaging/capi-media-camera.spec @@ -3,7 +3,7 @@ Name: capi-media-camera Summary: A Camera API -Version: 0.2.45 +Version: 0.2.46 Release: 0 Group: Multimedia/API License: Apache-2.0