ecore-evas: Added support for getting window auxiliary hint ID and value 66/40566/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Thu, 14 May 2015 11:54:32 +0000 (20:54 +0900)
committerBoram Park <boram1288.park@samsung.com>
Fri, 5 Jun 2015 07:05:31 +0000 (16:05 +0900)
commit1998c1a7aee24a48d4e7c786ae6235d9e61c01b9
tree5f26e51f338b05c341e460e68145b7bda25b2410
parent89cf7850d55a0d251fa0001b03c37242b7acf1b1
ecore-evas: Added support for getting window auxiliary hint ID and value

Summary:
There are no APIs for getting window auxiliary hint ID and value which was set by a user.

Below API can get the ID of the window auxiliary hint.
- ecore_evas_aux_hint_id_get

Below API can get the value of the window auxiliary hint id.
- ecore_evas_aux_hint_val_get

Test Plan: N/A

Reviewers: seoz, bryceharrington, ManMower, devilhorns, cedric, raster, Hermet

Reviewed By: Hermet

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2493

Change-Id: I9c297eb4c973ef071ae6f0a3181838b81c8f1479
src/lib/ecore_evas/Ecore_Evas.h
src/lib/ecore_evas/ecore_evas.c