changelog + documentation for evas_object_smart_members_get() commit

SVN revision: 72179
This commit is contained in:
Mike Blumenkrantz 2012-06-15 09:49:46 +00:00
parent 214f736fb0
commit c10b10fad0
3 changed files with 7 additions and 1 deletions

View File

@ -810,7 +810,10 @@
* Cache convertion from Evas_Map to RGBA_Map.
2012-06-15 Vincent Torri
* Add Textgrid object.
2012-06-15 Mike Blumenkrantz
* evas_object_smart_members_get() now returns NULL on non-smart objects

View File

@ -13,6 +13,7 @@ Improvements:
* Don't wake up prepare thread if there is nothing to prepare.
* Limit the updated region to fit in CPU cache for Pipe rendering.
* Cache convertion from Evas_Map to RGBA_Map.
* evas_object_smart_members_get() now returns NULL on non-smart objects
Fixes:
* Add missing files in the tarball.

View File

@ -10111,6 +10111,8 @@ EAPI void evas_object_smart_member_del(Evas_Object *obj) EINA_ARG_NONNUL
* The returned list should be freed with @c eina_list_free() when you
* no longer need it.
*
* @since 1.3 This function will return @c NULL when a non-smart object is passed.
*
* @see evas_object_smart_member_add()
* @see evas_object_smart_member_del()
*/