From 6e4ef1f2aeb4487cbd576607cced5928fc852b5d Mon Sep 17 00:00:00 2001 From: discomfitor Date: Fri, 15 Jun 2012 09:49:46 +0000 Subject: [PATCH] changelog + documentation for evas_object_smart_members_get() commit git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@72179 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- ChangeLog | 5 ++++- NEWS | 1 + src/lib/Evas.h | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 717f8ab..8a21193 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/NEWS b/NEWS index 2e300f5..e6474fb 100644 --- a/NEWS +++ b/NEWS @@ -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. diff --git a/src/lib/Evas.h b/src/lib/Evas.h index f5d25aa..2f35415 100644 --- a/src/lib/Evas.h +++ b/src/lib/Evas.h @@ -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() */ -- 2.7.4