From: Gwanglim Lee Date: Wed, 24 May 2017 07:40:45 +0000 (+0900) Subject: remote_surface: added new requests to tizen_remote_surface and incremented version... X-Git-Tag: submit/tizen/20170605.022315~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=81ad249f2929362d23e3e969459c08d6cc2b8181;p=platform%2Fcore%2Fuifw%2Fwayland-extension.git remote_surface: added new requests to tizen_remote_surface and incremented version to 5 tizen_remote_surface@changed_buffer_event_filter This request enables the client to accept or reject specific 'changed_buffer' event using given filter value. If the client set specific value for 'changed_buffer' event to filter that, then that event will not be sent to the client. An existing filter can be removed using 'none' value of type argument. In this case, all 'changed_buffer' events will be delivered to the client. tizen_remote_surface@get_current_buffer This request asks the server to send the provider's current buffer with given type of buffer. Since resulting buffer is passed in the 'changed_buffer' event callback, the client should not set 'changed_buffer' event filter with given buffer type. Change-Id: If22ac8b3906e93c1dfd5a872a8dbe8efdc054872 --- diff --git a/protocol/tizen-remote-surface.xml b/protocol/tizen-remote-surface.xml index c42690b..2fa3ca1 100644 --- a/protocol/tizen-remote-surface.xml +++ b/protocol/tizen-remote-surface.xml @@ -1,6 +1,6 @@ - + A manager of tizen_remote_surface. This object is in charge of creating tizen_remote_surface_provider and tizen_remote_surface and @@ -88,7 +88,7 @@ > - + A consumer client of provider client's buffer. The consumer can receive notice of buffer updating of @@ -313,6 +313,35 @@ + + + + + + + + + + + This request enables the client to accept or reject specific 'changed_buffer' event + using given filter value. If the client set specific value for 'changed_buffer' event + to filter that, then that event will not be sent to the client. An existing filter + can be removed using 'none' value of type argument. In this case, all 'changed_buffer' + events will be delivered to the client. + + + + + + + This request asks the server to send the provider's current buffer with given type + of buffer. Since resulting buffer is passed in the 'changed_buffer' event callback, + the client should not set 'changed_buffer' event filter with given buffer type. + + + + +