changelog + documentation for evas_object_smart_members_get() commit
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 15 Jun 2012 09:49:46 +0000 (09:49 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 15 Jun 2012 09:49:46 +0000 (09:49 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@72179 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

ChangeLog
NEWS
src/lib/Evas.h

index 717f8ab..8a21193 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
        * 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 (file)
--- 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.
index f5d25aa..2f35415 100644 (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()
  */