diff options
author | Mike Blumenkrantz <zmike@samsung.com> | 2019-06-10 08:57:35 -0400 |
---|---|---|
committer | Christopher Michael <cp.michael@samsung.com> | 2019-06-10 08:57:35 -0400 |
commit | 2785c822d16d1d8e10456121b7a24054bb401cf7 (patch) | |
tree | 23e80e1a45e6f8a9478e7a135fa3971661517617 /src/lib/efl_wl/Efl_Wl.h | |
parent | 55eeac0604fc1619aa86f7935fa1e7e93221722c (diff) |
efl-wl: add missing docs for efl_wl_global_add()
Reviewers: devilhorns
Reviewed By: devilhorns
Subscribers: devilhorns, cedric, #reviewers, #committers
Tags: #efl
Differential Revision: https://phab.enlightenment.org/D8900
Diffstat (limited to '')
-rw-r--r-- | src/lib/efl_wl/Efl_Wl.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/efl_wl/Efl_Wl.h b/src/lib/efl_wl/Efl_Wl.h index f73e57f6e3..62f43e0d2b 100644 --- a/src/lib/efl_wl/Efl_Wl.h +++ b/src/lib/efl_wl/Efl_Wl.h | |||
@@ -154,6 +154,13 @@ EAPI void efl_wl_minmax_set(Evas_Object *obj, Eina_Bool set); | |||
154 | * @note The external implementation is expected to restrict access to authorized | 154 | * @note The external implementation is expected to restrict access to authorized |
155 | * clients | 155 | * clients |
156 | * @see wl_global_create() docs | 156 | * @see wl_global_create() docs |
157 | * | ||
158 | * @param obj The compositor widget | ||
159 | * @param interface The Wayland protocol interface struct of the protocol's global | ||
160 | * @param version The version of the global to use | ||
161 | * @param data User data to use with this interface | ||
162 | * @param bind_cb The callback which should be triggered when the global is bound by a client | ||
163 | * @return The created global (struct wl_global), or NULL on failure | ||
157 | * @since 1.21 | 164 | * @since 1.21 |
158 | */ | 165 | */ |
159 | EAPI void *efl_wl_global_add(Evas_Object *obj, const void *interface, uint32_t version, void *data, void *bind_cb); | 166 | EAPI void *efl_wl_global_add(Evas_Object *obj, const void *interface, uint32_t version, void *data, void *bind_cb); |