elm_entry: use Efl.File in Elm_Entry
authorVitor Sousa <vitorsousasilva@gmail.com>
Wed, 1 Jul 2015 17:30:23 +0000 (18:30 +0100)
committerTom Hacohen <tom@stosb.com>
Wed, 1 Jul 2015 17:30:23 +0000 (18:30 +0100)
commitef8b20372b7bc1eb2b401d6e7a79e76496418f5c
treef08066dcc748e50f0c544187b1249bfddc3b6423
parentad19eee93b2a08a6c05986adbade5e25f8352ea7
elm_entry: use Efl.File in Elm_Entry

Summary:
Also using the second optional string parameter of efl_file_set as the
text format specifier.
Added string constants to represent the possible values.

Address the issue:
- Elm entry and the file interface clash on file_set.
Specified in the page:
https://phab.enlightenment.org/w/efl_interfaces/

Reviewers: felipealmeida, tasn

Reviewed By: tasn

Subscribers: thiepha, raster

Differential Revision: https://phab.enlightenment.org/D2353
src/lib/elm_entry.c
src/lib/elm_entry.eo
src/lib/elm_entry_common.h
src/lib/elm_entry_legacy.h