From 12787d6665a93cad999103aeaa214b787d2c4541 Mon Sep 17 00:00:00 2001 From: Youngbok Shin Date: Mon, 19 Jun 2017 13:47:40 -0700 Subject: [PATCH] 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 --- src/lib/evas/Evas_Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/evas/Evas_Common.h b/src/lib/evas/Evas_Common.h index 4051f4f..0909926 100644 --- a/src/lib/evas/Evas_Common.h +++ b/src/lib/evas/Evas_Common.h @@ -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); -- 2.7.4