Update doxy for elm_win_window_id_get function wrt wayland engine

specifics.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-09-04 09:21:59 +01:00
parent d64eeef25a
commit 86db04eb07
1 changed files with 2 additions and 0 deletions

View File

@ -1299,6 +1299,8 @@ EAPI Eina_Bool elm_win_floating_mode_get(const Evas_Object *obj);
/**
* Get the Ecore_Window of an Evas_Object
*
* When Elementary is using a Wayland engine, this function will return the surface id of the elm window's surface.
*
* @param obj The window object
* @return The Ecore_Window of an Evas_Object
*