tdm_hwc: change the symbol names of preperation types into constraints
[platform/core/uifw/libtdm.git] / include / tdm_backend.h
index f695562..e7d08ee 100644 (file)
@@ -971,13 +971,13 @@ typedef struct _tdm_func_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 (*hwc_window_get_preparation_types)(tdm_hwc_window *hwc_window,
-                                                                                               int *preperation_types);
+       tdm_error (*hwc_window_get_constraints)(tdm_hwc_window *hwc_window,
+                                                                                               int *constraints);
 } tdm_func_hwc_window;
 
 /**