diff options
-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 |