From: Yong Bakos Date: Fri, 30 Sep 2016 06:59:58 +0000 (-0700) Subject: protocol: Describe wl_registry as singleton X-Git-Tag: 1.12.91~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9e2e3bcaa74806ae6dd9fec7f9505b1605e5965b;p=platform%2Fupstream%2Fwayland.git protocol: Describe wl_registry as singleton Other singleton objects in the protocol are described as such. Add a singleton adjective to the wl_registry description, making it similar to other descriptions. Signed-off-by: Yong Bakos Reviewed-by: Pekka Paalanen --- diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 6c6d078..c5aaf5c 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -104,8 +104,8 @@ - The global registry object. The server has a number of global - objects that are available to all clients. These objects + The singleton global registry object. The server has a number of + global objects that are available to all clients. These objects typically represent an actual object in the server (for example, an input device) or they are singleton objects that provide extension functionality.