hwc_window: rename get_buffer_queue to acquire_buffer_queue
[platform/core/uifw/libtdm.git] / include / tdm_types.h
index c596ac6..225325f 100644 (file)
@@ -210,7 +210,7 @@ typedef enum {
        /** If the client needs to render to a specific buffer for compositing
         *  with TDM_COMPOSITION_DEVICE, Set TDM_PREPARATION_BUFFER_QUEUE type to hwc_window.
         *  The client will render next frame on buffers of queue which got by
-        *  tdm_hwc_window_get_buffer_queue.
+        *  tdm_hwc_window_acquire_buffer_queue.
         */
        TDM_PREPARATION_BUFFER_QUEUE = (1 << 0),
 } tdm_hwc_window_preparation;