From: Taeyoung Kim Date: Wed, 13 Jan 2016 06:47:46 +0000 (+0900) Subject: doc: fix invalid error type X-Git-Tag: accepted/tizen/ivi/20160218.023228^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee789191b91a104eabccdb112eb974d05f63d31b;p=platform%2Fcore%2Fapi%2Fruntime-info.git doc: fix invalid error type - Error code in documentation was wrong. RUNTIME_INFO_PERMISSION_DENIED -> RUNTIME_INFO_ERROR_PERMISSION_DENIED Change-Id: I61eae52217182b7fa2aab33b64205f8d9839a4ff Signed-off-by: Taeyoung Kim --- diff --git a/include/runtime_info.h b/include/runtime_info.h index 208c173..8a3b473 100644 --- a/include/runtime_info.h +++ b/include/runtime_info.h @@ -295,7 +295,7 @@ typedef struct { * @retval #RUNTIME_INFO_ERROR_OUT_OF_MEMORY Not able to allocate memory (for output param/other operations) * @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_PERMISSION_DENIED Process not authorized to request process usage info + * @retval #RUNTIME_INFO_ERROR_PERMISSION_DENIED Process not authorized to request process usage info * * @see runtime_info_get_system_memory_info() */ @@ -359,7 +359,7 @@ typedef struct { * @retval #RUNTIME_INFO_ERROR_OUT_OF_MEMORY Not able to allocate memory (for output param/other operations) * @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 occured (during dbus message operations/other IO operations) - * @retval #RUNTIME_INFO_PERMISSION_DENIED Process not authorized to request process usage info + * @retval #RUNTIME_INFO_ERROR_PERMISSION_DENIED Process not authorized to request process usage info * * @see runtime_info_get_cpu_usage() */