I update Changelog and add @since info

SVN revision: 64495
This commit is contained in:
Jiyoun Park 2011-10-28 11:50:32 +00:00
parent 4e787eb9e2
commit 08fc8a696d
2 changed files with 7 additions and 0 deletions

View File

@ -307,3 +307,9 @@
* Port ecore-con to work on systems without IPv6 support
* Use inet_ntop instead of getnameinfo for ecore_con_client_get_ip
* Added ecore-con unit test
2011-10-28 Jiyoun Park
* Fix bug in Ecore_X using geometry value instead of recently
requested value
sizes when freeing (and allocating) the data.

View File

@ -299,6 +299,7 @@ EAPI void ecore_evas_geometry_get(const Ecore_Evas *ee, int *x, int *y, i
* ecore_evas_request_geometry_get(ee, &x, &y, &w, &h);
* @endcode
*
* @since 1.1
*/
EAPI void ecore_evas_request_geometry_get(const Ecore_Evas *ee, int *x, int *y, int *w, int *h);
/**