Fix native api reference warning 50/89250/2
authorMinje Ahn <minje.ahn@samsung.com>
Fri, 23 Sep 2016 01:27:20 +0000 (10:27 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Fri, 23 Sep 2016 01:33:15 +0000 (10:33 +0900)
Change-Id: Ic9ac2fea77761832795f43c68117eb8232ed5d04
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
include/media_face.h
include/media_image.h
include/media_info.h
include_product/media_face.h
include_product/media_image.h
include_product/media_info.h

index 5effa89..f4cc3d4 100755 (executable)
@@ -170,6 +170,7 @@ int media_face_get_tag(media_face_h face, char **tag);
  *
  * @since_tizen 3.0
  *
+ * @param [in] media_id The media uuid to create the face handle
  * @param [out] face The face handle
  *
  * @return 0 on success, otherwise a negative error value.
index e6eb0c0..9dbd88c 100755 (executable)
@@ -187,7 +187,7 @@ int image_meta_get_burst_id(image_meta_h image, char **burst_id);
  *
  * @remarks @a exposure time must be released with free() by you.
  *
- * @param[in] media The handle to image metadata
+ * @param[in]  image    The image metadata handle
  * @param[out] exposure_time The value of exposure_time, getting from exif
  *
  * @return 0 on success,
@@ -204,7 +204,7 @@ int image_meta_get_exposure_time(image_meta_h image, char **exposure_time);
  * @brief Gets the fnumber from exif.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  *
- * @param[in] media The handle toimage metadata
+ * @param[in]  image    The image metadata handle
  * @param[out] fnumber The value of fnumber, getting from exif
  *
  * @return 0 on success,
@@ -221,7 +221,7 @@ int image_meta_get_fnumber(image_meta_h image, double *fnumber);
  * @brief Gets the iso from exif.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  *
- * @param[in] media The handle toimage metadata
+ * @param[in]  image    The image metadata handle
  * @param[out] iso The value of iso, getting from exif
  *
  * @return 0 on success,
@@ -240,7 +240,7 @@ int image_meta_get_iso(image_meta_h image, int *iso);
  *
  * @remarks @a model must be released with free() by you.
  *
- * @param[in] media The handle toimage metadata
+ * @param[in]  image    The image metadata handle
  * @param[out] model The value of model, getting from exif
  *
  * @return 0 on success,
index e101485..57e4109 100755 (executable)
@@ -1076,7 +1076,7 @@ int media_info_get_storage_type(media_info_h media, media_content_storage_e *sto
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  *
  * @param [in] media The handle to media info
- * @param [out] count_played The counter of content played
+ * @param [out] played_count The counter of content played
  *
  * @return 0 on success,
  *         otherwise a negative error value
@@ -1132,7 +1132,7 @@ int media_info_get_media_from_db(const char *media_id, media_info_h *media);
 
 /**
  * @brief Increments the played count to content meta handle.
- * @detalis You can increase the played(opened) count of the media file.
+ * @details You can increase the played(opened) count of the media file.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  *
  * @param [in] media The handle to media info
@@ -1149,7 +1149,7 @@ int media_info_increase_played_count(media_info_h media);
 
 /**
  * @brief Sets the played time to content meta handle.
- * @detalis You can set the latest played(opened) time of the media file. the latest played time to be set the current time on the system.
+ * @details You can set the latest played(opened) time of the media file. the latest played time to be set the current time on the system.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  *
  * @param [in] media The handle to media info
index 5effa89..f4cc3d4 100755 (executable)
@@ -170,6 +170,7 @@ int media_face_get_tag(media_face_h face, char **tag);
  *
  * @since_tizen 3.0
  *
+ * @param [in] media_id The media uuid to create the face handle
  * @param [out] face The face handle
  *
  * @return 0 on success, otherwise a negative error value.
index e6eb0c0..9dbd88c 100755 (executable)
@@ -187,7 +187,7 @@ int image_meta_get_burst_id(image_meta_h image, char **burst_id);
  *
  * @remarks @a exposure time must be released with free() by you.
  *
- * @param[in] media The handle to image metadata
+ * @param[in]  image    The image metadata handle
  * @param[out] exposure_time The value of exposure_time, getting from exif
  *
  * @return 0 on success,
@@ -204,7 +204,7 @@ int image_meta_get_exposure_time(image_meta_h image, char **exposure_time);
  * @brief Gets the fnumber from exif.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  *
- * @param[in] media The handle toimage metadata
+ * @param[in]  image    The image metadata handle
  * @param[out] fnumber The value of fnumber, getting from exif
  *
  * @return 0 on success,
@@ -221,7 +221,7 @@ int image_meta_get_fnumber(image_meta_h image, double *fnumber);
  * @brief Gets the iso from exif.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  *
- * @param[in] media The handle toimage metadata
+ * @param[in]  image    The image metadata handle
  * @param[out] iso The value of iso, getting from exif
  *
  * @return 0 on success,
@@ -240,7 +240,7 @@ int image_meta_get_iso(image_meta_h image, int *iso);
  *
  * @remarks @a model must be released with free() by you.
  *
- * @param[in] media The handle toimage metadata
+ * @param[in]  image    The image metadata handle
  * @param[out] model The value of model, getting from exif
  *
  * @return 0 on success,
index e5a9582..87ba055 100755 (executable)
@@ -1108,7 +1108,7 @@ int media_info_get_played_position(media_info_h media, int *played_position);
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  *
  * @param [in] media The handle to media info
- * @param [out] count_played The counter of content played
+ * @param [out] played_count The counter of content played
  *
  * @return 0 on success,
  *         otherwise a negative error value
@@ -1164,7 +1164,7 @@ int media_info_get_media_from_db(const char *media_id, media_info_h *media);
 
 /**
  * @brief Increments the played count to content meta handle.
- * @detalis You can increase the played(opened) count of the media file.
+ * @details You can increase the played(opened) count of the media file.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  *
  * @param [in] media The handle to media info
@@ -1208,7 +1208,7 @@ int media_info_set_played_count(media_info_h media, int played_count);
 
 /**
  * @brief Sets the played time to content meta handle.
- * @detalis You can set the latest played(opened) time of the media file. the latest played time to be set the current time on the system.
+ * @details You can set the latest played(opened) time of the media file. the latest played time to be set the current time on the system.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  *
  * @param [in] media The handle to media info