mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-04 07:15:53 -04:00
doc: Fix typos
Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
This commit is contained in:
parent
fb20507881
commit
5df752ab16
2 changed files with 3 additions and 3 deletions
|
|
@ -102,7 +102,7 @@
|
||||||
|
|
||||||
When a client creates a registry object, the registry object
|
When a client creates a registry object, the registry object
|
||||||
will emit a global event for each global currently in the
|
will emit a global event for each global currently in the
|
||||||
regitry. Globals come and go as a result of device hotplugs,
|
registry. Globals come and go as a result of device hotplugs,
|
||||||
reconfiguration or other events, and the registry will send out
|
reconfiguration or other events, and the registry will send out
|
||||||
@global and @global_remove events to keep the client up to date
|
@global and @global_remove events to keep the client up to date
|
||||||
with the changes. To mark the end of the initial burst of
|
with the changes. To mark the end of the initial burst of
|
||||||
|
|
|
||||||
|
|
@ -298,11 +298,11 @@ wl_proxy_destroy(struct wl_proxy *proxy)
|
||||||
* \return 0 on success or -1 on failure
|
* \return 0 on success or -1 on failure
|
||||||
*
|
*
|
||||||
* Set proxy's listener to \c implementation and its user data to
|
* Set proxy's listener to \c implementation and its user data to
|
||||||
* \c data. Ifa listener has already been set, this functions
|
* \c data. If a listener has already been set, this function
|
||||||
* fails and nothing is changed.
|
* fails and nothing is changed.
|
||||||
*
|
*
|
||||||
* \c implementation is a vector of function pointers. For an opcode
|
* \c implementation is a vector of function pointers. For an opcode
|
||||||
* \c n, \c implemention[n] should point to the handler of \c n for
|
* \c n, \c implementation[n] should point to the handler of \c n for
|
||||||
* the given object.
|
* the given object.
|
||||||
*
|
*
|
||||||
* \memberof wl_proxy
|
* \memberof wl_proxy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue