win: add note for (mis)users of elm_win_window_id_get()

this function has a very small use case. if you are outside of this use case,
use a different function.
This commit is contained in:
Mike Blumenkrantz 2015-04-16 11:58:30 -04:00
parent 7e54ec6ca1
commit 6cead83bed
1 changed files with 2 additions and 0 deletions

View File

@ -218,6 +218,8 @@ EAPI void elm_win_wm_rotation_preferred_rotation_set(const Evas
*
* @ingroup Win
* @since 1.8
* @note Unless you are getting the window id for the purpose of communicating between client<->compositor over dbus,
* this is definitely not the function you are looking for.
*/
EAPI Ecore_Window elm_win_window_id_get(const Evas_Object *obj);