From 1174317572b714c4f8c113845a00cb2d1d603baf Mon Sep 17 00:00:00 2001 From: lokilee73 Date: Mon, 15 Oct 2018 11:09:48 +0900 Subject: [PATCH] Change words from Feature List to feature element description. Add a description for http://tizen.org.feature.display.state Change-Id: Ia8c8e4cbb1a5381e535abe7a716217d364b4d04d Signed-off-by: lokilee73 --- doc/device_doc.h | 12 ++++++------ include/display.h | 1 + include/power.h | 1 + 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/device_doc.h b/doc/device_doc.h index d30459e..187b051 100755 --- a/doc/device_doc.h +++ b/doc/device_doc.h @@ -68,7 +68,7 @@ * * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n * - * More details on featuring your application can be found from Feature List. + * More details on featuring your application can be found from feature element description. * * */ @@ -97,7 +97,7 @@ * * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n * - * More details on featuring your application can be found from Feature List. + * More details on featuring your application can be found from feature element description. * */ @@ -123,7 +123,7 @@ * * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n * - * More details on featuring your application can be found from Feature List. + * More details on featuring your application can be found from feature element description. * * */ @@ -150,7 +150,7 @@ * * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n * - * More details on featuring your application can be found from Feature Element. + * More details on featuring your application can be found from feature element description. * */ @@ -176,7 +176,7 @@ * * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n * - * More details on featuring your application can be found from Feature List. + * More details on featuring your application can be found from feature element description. * */ @@ -219,7 +219,7 @@ * * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n * - * More details on featuring your application can be found from Feature Element. + * More details on featuring your application can be found from feature element description. * */ diff --git a/include/display.h b/include/display.h index ac1624c..e31cfdc 100755 --- a/include/display.h +++ b/include/display.h @@ -153,6 +153,7 @@ int device_display_get_state(display_state_e *state); * @privlevel public * @privilege %http://tizen.org/privilege/display * @remarks This API triggers display change process and then updates the status when it completes. While the operation is on-going, the device_display_get_state() function returns previous display state. + * @remarks #DEVICE_ERROR_NOT_SUPPORTED is returned, when the following feature is not supported: %http://tizen.org/feature/display.state. * @param[in] state The display state * @return @c 0 on success, * otherwise a negative error value diff --git a/include/power.h b/include/power.h index 9eaf2d4..518aeb4 100755 --- a/include/power.h +++ b/include/power.h @@ -100,6 +100,7 @@ int device_power_release_lock(power_lock_e type); * @privlevel public * @privilege %http://tizen.org/privilege/display * @remarks This API triggers turn on process and then updates the status when it completes. While the operation is on-going, the device_display_get_state() function returns previous display state. + * @remarks #DEVICE_ERROR_NOT_SUPPORTED is returned, when the following feature is not supported: %http://tizen.org/feature/display.state. * @param[in] dim Set @c true to set the dim state, * otherwise set @c false to not set the dim state * @return @c 0 on success, -- 2.7.4