Add omitted comment about return value 25/143025/1
authorKichan Kwon <k_c.kwon@samsung.com>
Tue, 8 Aug 2017 07:53:06 +0000 (16:53 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Tue, 8 Aug 2017 07:54:57 +0000 (16:54 +0900)
Change-Id: Ic89d3def28d790a4293ca707d916b4dddece8774
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
include/runtime_info.h

index 797626f..4a3b07a 100644 (file)
@@ -538,6 +538,7 @@ int runtime_info_app_usage_get_usage(app_usage_h handle, int index, unsigned int
  * @retval #RUNTIME_INFO_ERROR_REMOTE_IO          Call to resource daemon failed (dbus errors/resource daemon errors)
  * @retval #RUNTIME_INFO_ERROR_IO_ERROR           An I/O error during dbus message operations
  * @retval #RUNTIME_INFO_ERROR_PERMISSION_DENIED  Process not authorized to request app usage info
+ * @retval #RUNTIME_INFO_ERROR_NO_DATA            No app running
  *
  * @code
  * #include <runtime_info.h>
@@ -586,6 +587,7 @@ int runtime_info_get_all_apps_memory_usage(app_usage_h *usage);
  * @retval #RUNTIME_INFO_ERROR_REMOTE_IO          Call to resource daemon failed (dbus errors/resource daemon errors)
  * @retval #RUNTIME_INFO_ERROR_IO_ERROR           An I/O error during dbus message operations
  * @retval #RUNTIME_INFO_ERROR_PERMISSION_DENIED  Process not authorized to request app usage info
+ * @retval #RUNTIME_INFO_ERROR_NO_DATA            No app running
  *
  * @code
  * #include <runtime_info.h>