[Release version 0.2.34] Add return value to some APIs 44/86044/1 accepted/tizen/common/20160907.154711 accepted/tizen/ivi/20160908.044207 accepted/tizen/mobile/20160908.043645 accepted/tizen/tv/20160908.043949 accepted/tizen/wearable/20160908.044102 submit/tizen/20160907.074000
authorJeongmo Yang <jm80.yang@samsung.com>
Tue, 30 Aug 2016 08:27:42 +0000 (17:27 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Tue, 30 Aug 2016 08:27:42 +0000 (17:27 +0900)
Change-Id: I58d2f16b3d012239e19994da2d7e12a3bb657572
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
include/recorder.h
packaging/capi-media-recorder.spec

index b6241f1..8fbd344 100644 (file)
@@ -1412,6 +1412,7 @@ bool recorder_attr_is_muted(recorder_h recorder);
  * @return @c 0 on success, otherwise a negative error value
  * @retval #RECORDER_ERROR_NONE Successful
  * @retval #RECORDER_ERROR_INVALID_PARAMETER Invalid parameter
+ * @retval #RECORDER_ERROR_INVALID_STATE Invalid state
  * @retval #RECORDER_ERROR_PERMISSION_DENIED The access to the resources can not be granted
  * @retval #RECORDER_ERROR_NOT_SUPPORTED The feature is not supported
  * @retval #RECORDER_ERROR_SERVICE_DISCONNECTED The socket to multimedia server is disconnected
@@ -1452,6 +1453,7 @@ int recorder_attr_get_recording_motion_rate(recorder_h recorder , double *rate);
  * @return @c 0 on success, otherwise a negative error value
  * @retval #RECORDER_ERROR_NONE Successful
  * @retval #RECORDER_ERROR_INVALID_PARAMETER Invalid parameter
+ * @retval #RECORDER_ERROR_INVALID_STATE Invalid state
  * @retval #RECORDER_ERROR_PERMISSION_DENIED The access to the resources can not be granted
  * @retval #RECORDER_ERROR_NOT_SUPPORTED The feature is not supported
  * @retval #RECORDER_ERROR_SERVICE_DISCONNECTED The socket to multimedia server is disconnected
index 2488a1e..62542fa 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-media-recorder
 Summary:    A Recorder API
-Version:    0.2.33
+Version:    0.2.34
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0