tdm_hwc: change the symbol names of preperation types into constraints
[platform/core/uifw/libtdm.git] / include / tdm.h
index 0b40cd5..42837ab 100644 (file)
@@ -1099,14 +1099,13 @@ tdm_error
 tdm_hwc_window_set_property(tdm_hwc_window *hwc_window, uint32_t id, tdm_value value);
 
 /**
- * @brief Get the preperation type of hwc_window
+ * @brief Get the constraints of hwc_window
  * @param[in] hwc window A hwc window object
- * @param[out] preperation_types The tdm_hwc_window_preparation types
+ * @param[out] constraints The tdm_hwc_window_constraint types
  * @return #TDM_ERROR_NONE if success. Otherwise, error value.
  */
 tdm_error
-tdm_hwc_window_get_preparation_types(tdm_hwc_window *hwc_window,
-                                                                       int *preparation_types);
+tdm_hwc_window_get_constraints(tdm_hwc_window *hwc_window, int *constraints);
 
 /**
  * @brief Destroy a pp object