From c84155d475db0428398d1db623f8347f5b40db68 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 30 Mar 2013 01:11:35 -0400 Subject: [PATCH] docs: Improve wl_callback protocol docs Add some information about wl_callback and its done event. --- protocol/wayland.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index ad72fd10..cc009eb7 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -157,8 +157,15 @@ + + Clients can handle the 'done' event to get notified when + the related request is done. + - + + Notify the client when the related request is done. + +