From: shierote Date: Mon, 20 Dec 2021 12:25:23 +0000 (+0900) Subject: doc: fix typo in wl_data_device.data_offer X-Git-Tag: 1.20.91~55 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa6a07c2fe9c95843d9686b4f9a43f63ee67e071;p=platform%2Fupstream%2Fwayland.git doc: fix typo in wl_data_device.data_offer Signed-off-by: Taishi Eguchi --- diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 2ba2843..0cb07c6 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -896,7 +896,7 @@ 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. diff --git a/tests/data/example-client.h b/tests/data/example-client.h index 39d799c..a14b5e0 100644 --- a/tests/data/example-client.h +++ b/tests/data/example-client.h @@ -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 diff --git a/tests/data/example.xml b/tests/data/example.xml index 38feec3..2d76940 100644 --- a/tests/data/example.xml +++ b/tests/data/example.xml @@ -812,7 +812,7 @@ 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.