diff options
author | Mike Blumenkrantz <zmike@osg.samsung.com> | 2018-01-23 16:49:37 -0500 |
---|---|---|
committer | Mike Blumenkrantz <zmike@osg.samsung.com> | 2018-01-24 16:18:51 -0500 |
commit | 2f4a89cb0ec10537c0dd12f25af0c878b2e0b390 (patch) | |
tree | 9db006762540b2aac5f66232a8dcc95fdfced4bd /src/lib/efl_wl/Efl_Wl.h | |
parent | 42dfee3744c50a7f4edaae072237d8758529de41 (diff) |
efl-wl: add docs for smart callbacks
Diffstat (limited to '')
-rw-r--r-- | src/lib/efl_wl/Efl_Wl.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 | |||
43 | /** | 43 | /** |
44 | * Add a compositor widget to the given canvas. | 44 | * Add a compositor widget to the given canvas. |
45 | * | 45 | * |
46 | * The following smart callbacks will trigger on the compositor object: | ||
47 | * "child_added" - A toplevel surface with a parent has been added; event info is Evas_Object *surface | ||
48 | * "popup_added" - A popup surface has been added; event info is Evas_Object *surface | ||
49 | * "seat_added" - A compositor seat has been added; event info is Eo *dev | ||
50 | * | ||
46 | * @param e The canvas | 51 | * @param e The canvas |
47 | * @return The compositor object, @c NULL on failure | 52 | * @return The compositor object, @c NULL on failure |
48 | */ | 53 | */ |