Add missing specification about returning error code 39/126039/1 accepted/tizen/unified/20170420.155854 submit/tizen/20170420.102501
authorSomin Kim <somin926.kim@samsung.com>
Thu, 13 Apr 2017 09:05:00 +0000 (18:05 +0900)
committerSomin Kim <somin926.kim@samsung.com>
Thu, 20 Apr 2017 02:19:13 +0000 (19:19 -0700)
Change-Id: I7775acb9c1dad64cf59627c3b949cbe18d0a8163
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
(cherry picked from commit a5410e6c21b2f27d7eefa4e6407153e2b7ee3a40)

include/context_history.h

index 9c388fe..0c578ba 100644 (file)
@@ -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