From 7feeed5d8fd2d7ff04c33522b7807e1bfd247566 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Fri, 20 Aug 2010 09:20:48 +0000 Subject: [PATCH] * edje: document undefined behaviour of edje_object_size_min_restricted_calc. SVN revision: 51464 --- legacy/edje/src/lib/edje_util.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/legacy/edje/src/lib/edje_util.c b/legacy/edje/src/lib/edje_util.c index 676c46c01f..04c556cf2f 100644 --- a/legacy/edje/src/lib/edje_util.c +++ b/legacy/edje/src/lib/edje_util.c @@ -2787,7 +2787,9 @@ edje_object_parts_extends_calc(Evas_Object *obj, Evas_Coord *x, Evas_Coord *y, E * @param restrictedw Do not allow object min width calc to be less than this * @param restrictedh Do not allow object min height calc to be less than this * - * Calculates the object's minimum size ?! + * Calculates the object's minimum size ?! Be carefull the behaviour of this + * fonction is not really defined when a TEXTBLOCK part is present in the + * Edje_Object. This may change in futur implementation. */ EAPI void edje_object_size_min_restricted_calc(Evas_Object *obj, Evas_Coord *minw, Evas_Coord *minh, Evas_Coord restrictedw, Evas_Coord restrictedh)