devilhorns pushed a commit to branch master.

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

commit d30e9c6f973759ac41269c7c00d73c7494b4d139
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Mon Oct 26 10:08:16 2015 -0400

    ecore-wl2: Add note about calling ecore_wl2_display_globals_get
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/lib/ecore_wl2/Ecore_Wl2.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/lib/ecore_wl2/Ecore_Wl2.h b/src/lib/ecore_wl2/Ecore_Wl2.h
index 7c2ebd4..b543d9c 100644
--- a/src/lib/ecore_wl2/Ecore_Wl2.h
+++ b/src/lib/ecore_wl2/Ecore_Wl2.h
@@ -301,6 +301,9 @@ EAPI struct wl_shm 
*ecore_wl2_display_shm_get(Ecore_Wl2_Display *display);
  *
  * @param display The Ecore_Wl2_Display for which to return a global iterator
  *
+ * @note The caller of this function should free the returned Eina_Iterator
+ * when finished with it.
+ *
  * @ingroup Ecore_Wl2_Display_Group
  */
 EAPI Eina_Iterator *ecore_wl2_display_globals_get(Ecore_Wl2_Display *display);

-- 


Reply via email to