aboutsummaryrefslogtreecommitdiffstats
path: root/protocol
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2012-01-19 14:13:36 -0800
committerKristian Høgsberg <krh@bitplanet.net>2012-01-19 17:16:39 -0500
commitf66aa1d08f75c6d89b539e2942baa18b454f83bc (patch)
treea80c8ce41171630558bacb2ec09b485536fc4250 /protocol
parentprotocol: Convert comments to new documentation tags (diff)
downloadwayland-f66aa1d08f75c6d89b539e2942baa18b454f83bc.tar
wayland-f66aa1d08f75c6d89b539e2942baa18b454f83bc.tar.gz
wayland-f66aa1d08f75c6d89b539e2942baa18b454f83bc.tar.bz2
wayland-f66aa1d08f75c6d89b539e2942baa18b454f83bc.tar.lz
wayland-f66aa1d08f75c6d89b539e2942baa18b454f83bc.tar.xz
wayland-f66aa1d08f75c6d89b539e2942baa18b454f83bc.tar.zst
wayland-f66aa1d08f75c6d89b539e2942baa18b454f83bc.zip
scanner: allow summary attributes in args and <description> in <protocol>
Add support for arg summaries for use by detailed structure element descriptions.
Diffstat (limited to 'protocol')
-rw-r--r--protocol/wayland.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 722da4e..cad2507 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -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"/>