From c26710fb6a0bfbb50b6a45d42e37d4d8bf690434 Mon Sep 17 00:00:00 2001 From: Somin Kim Date: Thu, 13 Apr 2017 18:05:00 +0900 Subject: [PATCH] Add missing specification about returning error code Change-Id: I7775acb9c1dad64cf59627c3b949cbe18d0a8163 Signed-off-by: Somin Kim (cherry picked from commit a5410e6c21b2f27d7eefa4e6407153e2b7ee3a40) --- include/context_history.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4