From: Somin Kim Date: Thu, 13 Apr 2017 09:05:00 +0000 (+0900) Subject: Add missing specification about returning error code X-Git-Tag: accepted/tizen/unified/20170420.155854^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c26710fb6a0bfbb50b6a45d42e37d4d8bf690434;p=platform%2Fcore%2Fapi%2Fcontext.git Add missing specification about returning error code Change-Id: I7775acb9c1dad64cf59627c3b949cbe18d0a8163 Signed-off-by: Somin Kim (cherry picked from commit a5410e6c21b2f27d7eefa4e6407153e2b7ee3a40) --- diff --git a/include/context_history.h b/include/context_history.h index 9c388fe..0c578ba 100644 --- a/include/context_history.h +++ b/include/context_history.h @@ -320,6 +320,7 @@ int context_history_filter_set_string(context_history_filter_h filter, context_h * @return @c 0 on success, otherwise a negative error value * @retval #CONTEXT_HISTORY_ERROR_NONE Successful * @retval #CONTEXT_HISTORY_ERROR_INVALID_PARAMETER Invalid parameter + * @retval #CONTEXT_HISTORY_ERROR_PERMISSION_DENIED Permission denied * @retval #CONTEXT_HISTORY_ERROR_OPERATION_FAILED Operation failed * @retval #CONTEXT_HISTORY_ERROR_OUT_OF_MEMORY Out of memory * @retval #CONTEXT_HISTORY_ERROR_NO_DATA Requested data does not exist