Handling clipboard failure case 80/314880/2
authorBowon Ryu <bowon.ryu@samsung.com>
Thu, 18 Jul 2024 11:18:01 +0000 (20:18 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Mon, 22 Jul 2024 11:09:44 +0000 (20:09 +0900)
commit8ecc3ec88fd5616581cd01be506a1996e1f02fc2
tree065c1fcd7139183285c82061443869b19d8df589
parent4e466a3ccd6021b15cd336173ead420154a62e2e
Handling clipboard failure case

When calling the clipboard's GetData,
it checks the offer's MIME type and then requests an offer to receive.

But if the offer is changed to be invalid before receiving the callback,
user will receive null data from the event.
In this case, a fail signal is emitted.

Change-Id: Ia51ec2a823a050bfab72a348899e54ae3626e924
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
dali/internal/clipboard/tizen-wayland/clipboard-impl-ecore-wl.cpp