diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2012-01-19 14:13:36 -0800 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-01-19 17:16:39 -0500 |
commit | f66aa1d08f75c6d89b539e2942baa18b454f83bc (patch) | |
tree | a80c8ce41171630558bacb2ec09b485536fc4250 /protocol | |
parent | 032b957698e03a3e6bb19dc051ecad1792da0385 (diff) |
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.xml | 4 |
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"/> |