ecore-wl2: Add note about calling ecore_wl2_display_globals_get

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-10-26 10:08:16 -04:00
parent 8196913b15
commit d30e9c6f97
1 changed files with 3 additions and 0 deletions

View File

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