elm: make elm_object_text_get return markup info as well.
authorShinwoo Kim <cinoo.kim@samsung.com>
Thu, 25 Jan 2018 13:10:32 +0000 (22:10 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 3 Apr 2018 09:50:09 +0000 (18:50 +0900)
commitfc885b09f51061ca2770741c4b788289d0fb44f1
tree0ebde3f36c70d9fb6e9e31d1e1a333250bd73555
parentc880cc88d4e9f308089ca1bc8d699e206ab4d74a
elm: make elm_object_text_get return markup info as well.

This commit solves following issue

https://phab.enlightenment.org/T6642

If I set object text as below
elm_object_text_set(btn, "Some<br>text");
then elm_object_text_get(btn) returns "Some text" not "Some<br>text".
src/lib/elementary/efl_ui_layout.c