X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Ftdm.h;h=11e6173f3d962decb2239607cd1b17f8b8c2f75c;hb=3481e1535f0c47f89a742c5056bfee511b4e5be0;hp=dc81bf87a13a7cf71f63525fa0858b4517b5d4d9;hpb=b79cd65ec653675bf8fb5b398cdc4d4a2e432856;p=platform%2Fcore%2Fuifw%2Flibtdm.git diff --git a/include/tdm.h b/include/tdm.h index dc81bf8..11e6173 100644 --- a/include/tdm.h +++ b/include/tdm.h @@ -1040,24 +1040,24 @@ tdm_error tdm_hwc_window_set_buffer(tdm_hwc_window *hwc_window, tbm_surface_h buffer); /** - * @brief Get the property which has a given id. - * @param[in] hwc_window A hwc window object + * @brief Set the property which has a given id. + * @param[in] hwc_window A hwc window object * @param[in] id The property id - * @param[out] value The value of the propery id + * @param[in] value The value of the propery id * @return #TDM_ERROR_NONE if success. Otherwise, error value. */ tdm_error -tdm_hwc_window_get_property(tdm_hwc_window *hwc_window, uint32_t id, tdm_value *value); +tdm_hwc_window_set_property(tdm_hwc_window *hwc_window, uint32_t id, tdm_value value); /** - * @brief Set the property which has a given id. - * @param[in] hwc_window A hwc window object + * @brief Get the property which has a given id. + * @param[in] hwc_window A hwc window object * @param[in] id The property id - * @param[in] value The value of the propery id + * @param[out] value The value of the propery id * @return #TDM_ERROR_NONE if success. Otherwise, error value. */ tdm_error -tdm_hwc_window_set_property(tdm_hwc_window *hwc_window, uint32_t id, tdm_value value); +tdm_hwc_window_get_property(tdm_hwc_window *hwc_window, uint32_t id, tdm_value *value); /** * @brief Get the constraints of hwc_window