doc: fix typo in wl_data_device.data_offer
authorshierote <taishi2060@gmail.com>
Mon, 20 Dec 2021 12:25:23 +0000 (21:25 +0900)
committerSimon Ser <contact@emersion.fr>
Mon, 10 Jan 2022 10:07:22 +0000 (10:07 +0000)
Signed-off-by: Taishi Eguchi <taishi2060@gmail.com>
protocol/wayland.xml
tests/data/example-client.h
tests/data/example.xml

index 2ba2843..0cb07c6 100644 (file)
        which will subsequently be used in either the
        data_device.enter event (for drag-and-drop) or the
        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
        mime types it offers.
       </description>
index 39d799c..a14b5e0 100644 (file)
@@ -2400,7 +2400,7 @@ struct wl_data_device_listener {
         * which will subsequently be used in either the data_device.enter
         * event (for drag-and-drop) or the data_device.selection event
         * (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
         * offers.
         * @param id the new data_offer object
index 38feec3..2d76940 100644 (file)
        which will subsequently be used in either the
        data_device.enter event (for drag-and-drop) or the
        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
        mime types it offers.
       </description>