diff options
author | Jeongmo Yang <jm80.yang@samsung.com> | 2016-03-23 12:03:37 +0900 |
---|---|---|
committer | Jeongmo Yang <jm80.yang@samsung.com> | 2016-03-23 12:03:37 +0900 |
commit | f3eb638c99a08ea8692ebafaa851ceb08b21470a (patch) | |
tree | 1451d9d16eb17b003aeed16bd6e1ed791dd3cf02 | |
parent | 11ad0097af83e0d9c5b378b91dc0f7d97f5cd926 (diff) | |
download | camera-f3eb638c99a08ea8692ebafaa851ceb08b21470a.tar.gz camera-f3eb638c99a08ea8692ebafaa851ceb08b21470a.tar.bz2 camera-f3eb638c99a08ea8692ebafaa851ceb08b21470a.zip |
[Release version 0.2.46] Update API version for Tizen 2.4 APIsubmit/tizen/20160323.042711accepted/tizen/wearable/20160323.073705accepted/tizen/tv/20160323.073638accepted/tizen/mobile/20160323.073603accepted/tizen/ivi/20160323.073740
Change-Id: I2ac73cbfcc6f520acd8684af8fdbd8b1201ee585
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
-rw-r--r-- | include/camera.h | 4 | ||||
-rw-r--r-- | packaging/capi-media-camera.spec | 2 |
2 files changed, 3 insertions, 3 deletions
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 |