devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=2785c822d16d1d8e10456121b7a24054bb401cf7

commit 2785c822d16d1d8e10456121b7a24054bb401cf7
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Mon Jun 10 08:57:35 2019 -0400

    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
---
 src/lib/efl_wl/Efl_Wl.h | 7 +++++++
 1 file changed, 7 insertions(+)

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);

-- 


Reply via email to