mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-01 22:58:40 -04:00
doc: Fix spelling of parameters
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
parent
c30208f0b7
commit
09877f3231
1 changed files with 2 additions and 2 deletions
|
|
@ -427,7 +427,7 @@ create_outgoing_proxy(struct wl_proxy *proxy, const struct wl_message *message,
|
|||
* \param proxy The proxy object
|
||||
* \param opcode Opcode of the request to be sent
|
||||
* \param args Extra arguments for the given request
|
||||
* \param iterface The interface to use for the new proxy
|
||||
* \param interface The interface to use for the new proxy
|
||||
*
|
||||
* Translates the request given by opcode and the extra arguments into the
|
||||
* wire format and write it to the connection buffer. This version takes an
|
||||
|
|
@ -519,7 +519,7 @@ wl_proxy_marshal(struct wl_proxy *proxy, uint32_t opcode, ...)
|
|||
*
|
||||
* \param proxy The proxy object
|
||||
* \param opcode Opcode of the request to be sent
|
||||
* \param iterface The interface to use for the new proxy
|
||||
* \param interface The interface to use for the new proxy
|
||||
* \param ... Extra arguments for the given request
|
||||
* \return A new wl_proxy for the new_id argument or NULL on error
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue