Update Doxygen system_settings_foreach_value_string() 62/131262/1
authorjinwang.an <jinwang.an@samsung.com>
Fri, 26 May 2017 05:14:46 +0000 (14:14 +0900)
committerjinwang.an <jinwang.an@samsung.com>
Fri, 26 May 2017 05:14:46 +0000 (14:14 +0900)
Change-Id: I8a2fcfd412fa3e07f9974a9f9a6ac757d00b5b1c
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
include/system_settings.h

index 2ef178b..22ca397 100644 (file)
@@ -302,7 +302,7 @@ typedef bool (*system_settings_iter_cb)(int index, const char* value, void *cb_d
  * @retval     #SYSTEM_SETTINGS_ERROR_PERMISSION_DENIED Permission violation error
  * @retval     #SYSTEM_SETTINGS_ERROR_NOT_SUPPORTED Not support system-settings API
  */
-int system_settings_foreach_value_string(system_settings_key_e key, system_settings_iter_cb callback, void *user_value);
+int system_settings_foreach_value_string(system_settings_key_e key, system_settings_iter_cb callback, void *user_data);
 
 /**
  * @platform