eina_unicode.H: be nice. add more documentation for deprecated api.

This commit is contained in:
Daniel Juyung Seo 2013-04-20 19:01:02 +09:00
parent 6781342d3c
commit 436d63e01a
1 changed files with 1 additions and 0 deletions

View File

@ -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;