elementary textpath: support legacy APIs
authorYoungbok Shin <youngb.shin@samsung.com>
Fri, 12 Oct 2018 06:42:31 +0000 (15:42 +0900)
committerYeongjong Lee <yj34.lee@samsung.com>
Thu, 8 Nov 2018 06:40:44 +0000 (15:40 +0900)
commit586b5f72de6ef45e4da76358d6a707287f6dad54
treeb082ef4f890f4eac1f451572fe3ad83228094c58
parent15a2a1ef08676ad34fe9600478a8d553d6006995
elementary textpath: support legacy APIs

Summary:
Efl.Ui.Textpath was added when we were developing new interfaces.
So, basically, it does not support 'legacy' APIs. ex) elm_textpath_add
But, in Tizen, the legacy APIs had been delivered in old version of EFL.
To reduce maintainning cost between the platforms, this patch will be helpful.
@feature

Test Plan: N/A

Reviewers: Hermet, woohyun, zmike, cedric, herdsman

Reviewed By: Hermet

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7033
src/Makefile_Elementary.am
src/lib/elementary/Elementary.h
src/lib/elementary/efl_ui_textpath.c
src/lib/elementary/efl_ui_textpath.eo
src/lib/elementary/efl_ui_textpath_legacy.eo [new file with mode: 0644]
src/lib/elementary/elm_textpath.h [new file with mode: 0644]
src/lib/elementary/elm_textpath_legacy.h [new file with mode: 0644]