mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
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>
This commit is contained in:
parent
da58e07c3d
commit
9e2e3bcaa7
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue