efl-wl: add docs for smart callbacks

This commit is contained in:
Mike Blumenkrantz 2018-01-23 16:49:37 -05:00
parent 42dfee3744
commit 2f4a89cb0e
1 changed files with 5 additions and 0 deletions

View File

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