mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
scanner: allow summary attributes in args and <description> in <protocol>
Add support for arg summaries for use by detailed structure element descriptions.
This commit is contained in:
parent
032b957698
commit
f66aa1d08f
2 changed files with 48 additions and 32 deletions
|
|
@ -34,8 +34,10 @@
|
|||
</description>
|
||||
<request name="bind">
|
||||
<description summary="bind an object to the display">
|
||||
Binds a new, client created object to the server using @name as
|
||||
the identifier.
|
||||
</description>
|
||||
<arg name="name" type="uint"/>
|
||||
<arg name="name" type="uint" summary="unique number id for object"/>
|
||||
<arg name="interface" type="string"/>
|
||||
<arg name="version" type="uint"/>
|
||||
<arg name="id" type="new_id" interface="wl_object"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue