From 2f4a89cb0ec10537c0dd12f25af0c878b2e0b390 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Tue, 23 Jan 2018 16:49:37 -0500 Subject: [PATCH] efl-wl: add docs for smart callbacks --- src/lib/efl_wl/Efl_Wl.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/lib/efl_wl/Efl_Wl.h b/src/lib/efl_wl/Efl_Wl.h index 0534587945..eb9e57938e 100644 --- a/src/lib/efl_wl/Efl_Wl.h +++ b/src/lib/efl_wl/Efl_Wl.h @@ -43,6 +43,11 @@ typedef enum /** * Add a compositor widget to the given canvas. * + * The following smart callbacks will trigger on the compositor object: + * "child_added" - A toplevel surface with a parent has been added; event info is Evas_Object *surface + * "popup_added" - A popup surface has been added; event info is Evas_Object *surface + * "seat_added" - A compositor seat has been added; event info is Eo *dev + * * @param e The canvas * @return The compositor object, @c NULL on failure */