mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-31 07:11:27 -04:00
doc: fix typo in wl_data_device.data_offer
Signed-off-by: Taishi Eguchi <taishi2060@gmail.com>
This commit is contained in:
parent
ea237db7f6
commit
aa6a07c2fe
3 changed files with 3 additions and 3 deletions
|
|
@ -896,7 +896,7 @@
|
||||||
which will subsequently be used in either the
|
which will subsequently be used in either the
|
||||||
data_device.enter event (for drag-and-drop) or the
|
data_device.enter event (for drag-and-drop) or the
|
||||||
data_device.selection event (for selections). Immediately
|
data_device.selection event (for selections). Immediately
|
||||||
following the data_device_data_offer event, the new data_offer
|
following the data_device.data_offer event, the new data_offer
|
||||||
object will send out data_offer.offer events to describe the
|
object will send out data_offer.offer events to describe the
|
||||||
mime types it offers.
|
mime types it offers.
|
||||||
</description>
|
</description>
|
||||||
|
|
|
||||||
|
|
@ -2400,7 +2400,7 @@ struct wl_data_device_listener {
|
||||||
* which will subsequently be used in either the data_device.enter
|
* which will subsequently be used in either the data_device.enter
|
||||||
* event (for drag-and-drop) or the data_device.selection event
|
* event (for drag-and-drop) or the data_device.selection event
|
||||||
* (for selections). Immediately following the
|
* (for selections). Immediately following the
|
||||||
* data_device_data_offer event, the new data_offer object will
|
* data_device.data_offer event, the new data_offer object will
|
||||||
* send out data_offer.offer events to describe the mime types it
|
* send out data_offer.offer events to describe the mime types it
|
||||||
* offers.
|
* offers.
|
||||||
* @param id the new data_offer object
|
* @param id the new data_offer object
|
||||||
|
|
|
||||||
|
|
@ -812,7 +812,7 @@
|
||||||
which will subsequently be used in either the
|
which will subsequently be used in either the
|
||||||
data_device.enter event (for drag-and-drop) or the
|
data_device.enter event (for drag-and-drop) or the
|
||||||
data_device.selection event (for selections). Immediately
|
data_device.selection event (for selections). Immediately
|
||||||
following the data_device_data_offer event, the new data_offer
|
following the data_device.data_offer event, the new data_offer
|
||||||
object will send out data_offer.offer events to describe the
|
object will send out data_offer.offer events to describe the
|
||||||
mime types it offers.
|
mime types it offers.
|
||||||
</description>
|
</description>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue