summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Juyung Seo <seojuyung2@gmail.com>2013-04-20 19:01:02 +0900
committerDaniel Juyung Seo <seojuyung2@gmail.com>2013-04-20 19:01:02 +0900
commit436d63e01a9578856a25f1e8928e7b8a8c766b39 (patch)
tree7ddfc31e258ecb331859f8f3821db5a550d67a13
parent6781342d3c992d27ca928ab03d833c6d5f508ac8 (diff)
downloadefl-436d63e01a9578856a25f1e8928e7b8a8c766b39.tar.gz
eina_unicode.H: be nice. add more documentation for deprecated api.
-rw-r--r--src/lib/eina/eina_unicode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/eina/eina_unicode.h b/src/lib/eina/eina_unicode.h
index 898f60e700..e58b8532d2 100644
--- a/src/lib/eina/eina_unicode.h
+++ b/src/lib/eina/eina_unicode.h
@@ -138,6 +138,7 @@ static inline Eina_Unicode eina_unicode_utf8_next_get(const char *buf, int *iind
* @param iindex the index to look at and return by.
* @return the codepoint found, 0 if @p buf or @p iindex are NULL
* @since 1.1.0
+ * @deprecated use eina_unicode_utf8_next_get
*/
EAPI Eina_Unicode eina_unicode_utf8_get_next(const char *buf, int *iindex) EINA_ARG_NONNULL(1, 2) EINA_DEPRECATED;