From: Minje Ahn Date: Fri, 23 Sep 2016 01:28:17 +0000 (+0900) Subject: Fix native api reference warning X-Git-Tag: submit/tizen/20160928.043825^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F51%2F89251%2F1;p=platform%2Fcore%2Fapi%2Fmetadata-editor.git Fix native api reference warning Change-Id: I712c7e25e48cb0142b15f15df79c7d45e8dcf79d Signed-off-by: Minje Ahn --- diff --git a/include/metadata_editor.h b/include/metadata_editor.h index 1502e52..07d6a50 100755 --- a/include/metadata_editor.h +++ b/include/metadata_editor.h @@ -107,7 +107,7 @@ int metadata_editor_get_metadata(metadata_editor_h metadata, metadata_editor_att * * @param [in] metadata The handle to metadata * @param [in] attribute key attribute name to get - * @param [int] value The value of the attribute + * @param [in] value The value of the attribute * @return 0 on success, otherwise a negative error value * @retval #METADATA_EDITOR_ERROR_NONE Successful * @retval #METADATA_EDITOR_ERROR_INVALID_PARAMETER Invalid parameter