summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@samsung.com>2019-06-10 08:57:35 -0400
committerChristopher Michael <cp.michael@samsung.com>2019-06-10 08:57:35 -0400
commit2785c822d16d1d8e10456121b7a24054bb401cf7 (patch)
tree23e80e1a45e6f8a9478e7a135fa3971661517617
parent55eeac0604fc1619aa86f7935fa1e7e93221722c (diff)
downloadefl-2785c822d16d1d8e10456121b7a24054bb401cf7.tar.gz
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
-rw-r--r--src/lib/efl_wl/Efl_Wl.h7
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);
* @note The external implementation is expected to restrict access to authorized
* clients
* @see wl_global_create() docs
+ *
+ * @param obj The compositor widget
+ * @param interface The Wayland protocol interface struct of the protocol's global
+ * @param version The version of the global to use
+ * @param data User data to use with this interface
+ * @param bind_cb The callback which should be triggered when the global is bound by a client
+ * @return The created global (struct wl_global), or NULL on failure
* @since 1.21
*/
EAPI void *efl_wl_global_add(Evas_Object *obj, const void *interface, uint32_t version, void *data, void *bind_cb);