summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hirt <daniel.hirt@samsung.com>2016-11-17 16:59:20 +0200
committerDaniel Hirt <daniel.hirt@samsung.com>2016-11-17 16:59:20 +0200
commit1606f1bbe606dabb1b344ac8b58499b3c37c50c5 (patch)
tree24f58dc33b12eb34a2472874f45d4a3a8ca9e205
parent75900866401a05887ab1a0affe9a1cc2166f765a (diff)
downloadefl-1606f1bbe606dabb1b344ac8b58499b3c37c50c5.tar.gz
fixup! Edje object: move more part api to legacy
-rw-r--r--src/lib/edje/Edje_Legacy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/edje/Edje_Legacy.h b/src/lib/edje/Edje_Legacy.h
index 24ff558bbb..5008f210f6 100644
--- a/src/lib/edje/Edje_Legacy.h
+++ b/src/lib/edje/Edje_Legacy.h
@@ -694,7 +694,7 @@ EAPI const Eina_List *edje_object_part_text_item_list_get(Eo *obj, const char *p
* @param[out] cw The w geometry
* @param[out] ch The h geometry
*
- * @return List of the given anchor's rectangles
+ * @return @c EINA_TRUE, on success or @c EINA_FALSE on failue
*/
EAPI Eina_Bool edje_object_part_text_item_geometry_get(Eo *obj, const char *part, const char *item, Evas_Coord *cx, Evas_Coord *cy, Evas_Coord *cw, Evas_Coord *ch);