Change-Id: Id3ba95bd95b1d60dc22c14f781f402d9b0f59b67
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
<!-- Version 2 additions -->
<request name="release" since="2">
- <description summary="request release of wayland buffer" />
+ <description summary="request release of wayland buffer">
+ Notify of end of using the wayland buffer.
+ tizen_remote_surface client SHOULD request this after all work using
+ wayland buffer is done so that provider of the wl_buffer can re-use the buffer.
+ </description>
<arg name="buffer" type="object" interface="wl_buffer" summary="wayland buffer to be released"/>
</request>