tizen-remote-surface: description for 'relase'
authorMinJeong Kim <minjjj.kim@samsung.com>
Wed, 21 Dec 2016 08:55:25 +0000 (17:55 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Tue, 27 Dec 2016 04:16:20 +0000 (13:16 +0900)
Change-Id: Id3ba95bd95b1d60dc22c14f781f402d9b0f59b67
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
protocol/tizen-remote-surface.xml

index b1549584592474104e2693288c605068b19c408a..041c9c49e4f14f985232366ba37f01e60c87c902 100644 (file)
      <!-- 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>