From 436d63e01a9578856a25f1e8928e7b8a8c766b39 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Sat, 20 Apr 2013 19:01:02 +0900 Subject: [PATCH] eina_unicode.H: be nice. add more documentation for deprecated api. --- src/lib/eina/eina_unicode.h | 1 + 1 file changed, 1 insertion(+) 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;