doc: fix invalid error type 51/56851/1 accepted/tizen/ivi/20160218.023228 accepted/tizen/mobile/20160115.112336 accepted/tizen/tv/20160115.112353 accepted/tizen/wearable/20160115.112411 submit/tizen/20160115.060125 submit/tizen_common/20160218.142243 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000002
authorTaeyoung Kim <ty317.kim@samsung.com>
Wed, 13 Jan 2016 06:47:46 +0000 (15:47 +0900)
committerTaeyoung Kim <ty317.kim@samsung.com>
Wed, 13 Jan 2016 06:49:15 +0000 (15:49 +0900)
- Error code in documentation was wrong.

  RUNTIME_INFO_PERMISSION_DENIED
             -> RUNTIME_INFO_ERROR_PERMISSION_DENIED

Change-Id: I61eae52217182b7fa2aab33b64205f8d9839a4ff
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
include/runtime_info.h

index 208c173..8a3b473 100644 (file)
@@ -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()
  */