From aa6a07c2fe9c95843d9686b4f9a43f63ee67e071 Mon Sep 17 00:00:00 2001 From: shierote Date: Mon, 20 Dec 2021 21:25:23 +0900 Subject: [PATCH] doc: fix typo in wl_data_device.data_offer Signed-off-by: Taishi Eguchi --- protocol/wayland.xml | 2 +- tests/data/example-client.h | 2 +- tests/data/example.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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. -- 2.7.4