From 790d18b0f5915026ebc558ed5e62435288e0a463 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Tue, 3 Sep 2013 14:08:17 +0900 Subject: [PATCH] core/elementary - please just mention the fact itself not relative. --- src/lib/elm_object_item.h | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/lib/elm_object_item.h b/src/lib/elm_object_item.h index e7bd25f..1d9f490 100644 --- a/src/lib/elm_object_item.h +++ b/src/lib/elm_object_item.h @@ -39,13 +39,12 @@ EAPI Evas_Object *elm_object_item_widget_get(const Elm_Object_It * @param it The Elementary object item * @return The Internal object of the object item. * - * @note THIS API NEEDS TO BE USED WITH GREAT CONSIDERATION. This function - * should only be used if you really need to refer the internal object's - * properties (i.e geometry). Since the object items are managed/controlled by - * the widget, the object could be deleted, resized, moved and so on by the - * widget. So you should not modify the object directly nor you should not - * treat the object without validation, we don't guarantee the result of any of - * these behavior. + * @note This function should only be used if you really need to refer the + * internal object's properties (i.e geometry). Since the object items are + * managed/controlled by the widget, the object could be deleted, resized, moved + * and so on by the widget. So you should not modify the object directly nor you + * should not treat the object without validation, we don't guarantee the result + * of any of these behavior. * * Some widget items may return @c NULL for this API if the items @p are not * based on the evas object. -- 2.7.4