summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYong Bakos <ybakos@humanoriented.com>2016-09-29 23:59:58 -0700
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2016-11-10 13:10:40 +0200
commit9e2e3bcaa74806ae6dd9fec7f9505b1605e5965b (patch)
treec915bbf3e5db580ef0e72625243c92e441f53748
parentda58e07c3d30978470a4bb7332277c9e6fdf401f (diff)
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 <ybakos@humanoriented.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
-rw-r--r--protocol/wayland.xml4
1 files changed, 2 insertions, 2 deletions
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 @@
<interface name="wl_registry" version="1">
<description summary="global registry object">
- 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.