Package version up to 2.4.1
[platform/core/uifw/libtdm.git] / include / tdm.h
index 538592b..ab9197c 100644 (file)
@@ -906,6 +906,15 @@ tdm_hwc_create_window(tdm_hwc *hwc, tdm_error *error);
 tdm_error
 tdm_hwc_get_video_supported_formats(tdm_hwc *hwc, const tbm_format **formats,
                                                                int *count);
+/**
+ * @brief Get the available video property array  of a hwc object.
+ * @param[in] hwc A hwc
+ * @param[out] props The available video property array
+ * @param[out] count The count of video properties
+ * @return #TDM_ERROR_NONE if success. Otherwise, error value.
+ */
+tdm_error
+tdm_hwc_get_video_available_properties(tdm_hwc *hwc, const tdm_prop **props, int *count);
 
 /**
  * @brief Get the hwc video capability
@@ -1007,6 +1016,9 @@ tdm_hwc_get_changed_composition_types(tdm_hwc *hwc, uint32_t *num_elements,
 tdm_error
 tdm_hwc_accept_validation(tdm_hwc *hwc);
 
+/* temporary prototype to avoid build break */
+tdm_error tdm_hwc_accept_changes(tdm_hwc *hwc);
+
 /**
  * @brief Commit changes for a hwc
  * @details After all change of a window object are applied, a user commit handler