From: lokilee73 Date: Mon, 15 Oct 2018 02:09:48 +0000 (+0900) Subject: Change words from Feature List to feature element description. X-Git-Tag: accepted/tizen/5.0/unified/20181102.013344^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F36%2F191236%2F4;p=platform%2Fcore%2Fapi%2Fdevice.git 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 --- 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,