summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoungbok Shin <youngb.shin@samsung.com>2017-06-19 13:47:40 -0700
committerCedric BAIL <cedric@osg.samsung.com>2017-06-19 14:08:54 -0700
commit12787d6665a93cad999103aeaa214b787d2c4541 (patch)
treefbb46a2ecc515c7bf122a99cf12203024a68edab
parentbcd1bea56d54e2ba13104568f783dc224558358c (diff)
downloadefl-12787d6665a93cad999103aeaa214b787d2c4541.tar.gz
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>
-rw-r--r--src/lib/evas/Evas_Common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/Evas_Common.h b/src/lib/evas/Evas_Common.h
index 4051f4f33a..090992646b 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);