display: complement description for brightness API 32/271932/1 accepted/tizen/6.5/unified/20220314.125425 submit/tizen_6.5/20220308.032730 submit/tizen_6.5/20220311.031819
authorYoungjae Cho <y0.cho@samsung.com>
Thu, 3 Mar 2022 07:57:13 +0000 (16:57 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Thu, 3 Mar 2022 08:46:46 +0000 (08:46 +0000)
Change-Id: Ibd53f488e3d6333b87e39cedca55e8dca4026496
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
include/display.h

index 5d1502ad6bd9e3d618d828cd364d76af7f72cdeb..7c93b710bf25ce1cf537b758da689a83f56a3461 100644 (file)
@@ -59,7 +59,8 @@ int device_display_get_numbers(int *device_number);
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @privlevel public
  * @privilege %http://tizen.org/privilege/display
- * @remarks #DEVICE_ERROR_NOT_SUPPORTED is returned, when the following feature is not supported: %http://tizen.org/feature/display
+ * @remarks #DEVICE_ERROR_NOT_SUPPORTED is returned, when the following feature is not supported: %http://tizen.org/feature/display \n
+ *          or when the display HW module (e.g., plug-in touchscreen) is detached.
  * @param[in] display_index The index of the display \n
  *                          It can be greater than or equal to @c 0 and less than the number of displays returned by device_display_get_numbers(). \n
  *                          The index zero is always assigned to the main display
@@ -83,7 +84,8 @@ int device_display_get_max_brightness(int display_index, int *max_brightness);
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @privlevel public
  * @privilege %http://tizen.org/privilege/display
- * @remarks #DEVICE_ERROR_NOT_SUPPORTED is returned, when the following feature is not supported: %http://tizen.org/feature/display
+ * @remarks #DEVICE_ERROR_NOT_SUPPORTED is returned, when the following feature is not supported: %http://tizen.org/feature/display \n
+ *          or when the display HW module (e.g., plug-in touchscreen) is detached.
  * @param[in] display_index The index of the display \n
  *                          It can be greater than or equal to @c 0 and less than the number of displays returned by device_display_get_numbers(). \n
  *                          The index zero is always assigned to the main display
@@ -107,7 +109,8 @@ int device_display_get_brightness(int display_index, int *brightness);
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @privlevel public
  * @privilege %http://tizen.org/privilege/display
- * @remarks #DEVICE_ERROR_NOT_SUPPORTED is returned, when the following feature is not supported: %http://tizen.org/feature/display
+ * @remarks #DEVICE_ERROR_NOT_SUPPORTED is returned, when the following feature is not supported: %http://tizen.org/feature/display \n
+ *          or when the display HW module (e.g., plug-in touchscreen) is detached.
  * @param[in] display_index The index of the display \n
  *                          It can be greater than or equal to @c 0 and less than the number of displays returned by device_display_get_numbers(). \n
  *                          The index zero is always assigned to the main display