hwc_window: rename get_buffer_queue to acquire_buffer_queue
[platform/core/uifw/libtdm.git] / include / tdm.h
index 7a5893d..0b40cd5 100644 (file)
@@ -992,7 +992,7 @@ void
 tdm_hwc_window_destroy(tdm_hwc_window *hwc_window);
 
 /**
- * @brief Get a buffer queue for the window object
+ * @brief Acquire a buffer queue for the window object
  * @details These buffers are used to composite by hardware a client content in
  * the nocomp mode.
  * @param[in] hwc_window A window object
@@ -1001,7 +1001,7 @@ tdm_hwc_window_destroy(tdm_hwc_window *hwc_window);
  * @since 2.0.0
  */
 tbm_surface_queue_h
-tdm_hwc_window_get_buffer_queue(tdm_hwc_window *hwc_window, tdm_error *error);
+tdm_hwc_window_acquire_buffer_queue(tdm_hwc_window *hwc_window, tdm_error *error);
 
 /**
  * @brief Release a buffer queue for the window object