mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
util: fix typo
Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Armin Krezović <krezovic.armin@gmail.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
parent
8f4db349aa
commit
479945b4f1
1 changed files with 1 additions and 1 deletions
|
|
@ -300,7 +300,7 @@ union wl_argument {
|
|||
* A dispatcher takes five arguments: The first is the dispatcher-specific
|
||||
* implementation data associated with the target object. The second is the
|
||||
* object on which the callback is being invoked (either wl_proxy or
|
||||
* wl_resource). The third and fourth arguments are the opcode the wl_messsage
|
||||
* wl_resource). The third and fourth arguments are the opcode the wl_message
|
||||
* structure corresponding to the callback being emitted. The final argument
|
||||
* is an array of arguments received from the other process via the wire
|
||||
* protocol.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue