mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-05-02 06:46:26 -04:00
protocol: Incorrect use of bounded
Signed-off-by: Robert Ancell <robert.ancell@canonical.com>
This commit is contained in:
parent
074d2d7c89
commit
59d65434f6
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@
|
||||||
specified name as the identifier.
|
specified name as the identifier.
|
||||||
</description>
|
</description>
|
||||||
<arg name="name" type="uint" summary="unique numeric name of the object"/>
|
<arg name="name" type="uint" summary="unique numeric name of the object"/>
|
||||||
<arg name="id" type="new_id" summary="bounded object"/>
|
<arg name="id" type="new_id" summary="bound object"/>
|
||||||
</request>
|
</request>
|
||||||
|
|
||||||
<event name="global">
|
<event name="global">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue