discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=2f4a89cb0ec10537c0dd12f25af0c878b2e0b390

commit 2f4a89cb0ec10537c0dd12f25af0c878b2e0b390
Author: Mike Blumenkrantz <[email protected]>
Date:   Tue Jan 23 16:49:37 2018 -0500

    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
  */

-- 


Reply via email to