eina_unicode.H: be nice. add more documentation for deprecated api.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 20 Apr 2013 10:01:02 +0000 (19:01 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 20 Apr 2013 10:01:02 +0000 (19:01 +0900)
src/lib/eina/eina_unicode.h

index 898f60e..e58b853 100644 (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;