evas: fix version info for evas_language_direction_get

Summary:
The patch was created for EFL 1.18. But, it was merged for EFL 1.20.
@fix

Test Plan: N/A

Reviewers: herdsman, jpeg, cedric

Differential Revision: https://phab.enlightenment.org/D4968

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Youngbok Shin 2017-06-19 13:47:40 -07:00 committed by Cedric BAIL
parent bcd1bea56d
commit 12787d6665
1 changed files with 1 additions and 1 deletions

View File

@ -3224,7 +3224,7 @@ EAPI int evas_string_char_len_get(const char *str) EINA_WARN_UNUSED_RESULT EINA
* Get language direction.
*
* @ingroup Evas_Utils
* @since 1.18
* @since 1.20
*/
EAPI Evas_BiDi_Direction evas_language_direction_get(void);