stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=30a98b7bcd1c31a31225f25aeca4ab8d7f34fcba

commit 30a98b7bcd1c31a31225f25aeca4ab8d7f34fcba
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Wed Jan 6 15:55:32 2016 +0100

    eina_strbuf: add missing since tag to new symbols
---
 src/lib/eina/eina_strbuf.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/lib/eina/eina_strbuf.h b/src/lib/eina/eina_strbuf.h
index ca45e3e..b596034 100644
--- a/src/lib/eina/eina_strbuf.h
+++ b/src/lib/eina/eina_strbuf.h
@@ -647,6 +647,8 @@ EAPI void eina_strbuf_rtrim(Eina_Strbuf *buf) 
EINA_ARG_NONNULL(1);
  * @param buf the string buffer to work with.
  *
  * This function converts all the characters in the strbuf to lower case.
+ *
+ * @since 1.17
  */
 EAPI void eina_strbuf_tolower(Eina_Strbuf *buf) EINA_ARG_NONNULL(1);
 
@@ -661,6 +663,8 @@ EAPI void eina_strbuf_tolower(Eina_Strbuf *buf) 
EINA_ARG_NONNULL(1);
  *
  * This function creates a Eina_Strbuf which is a substring of buf which
  * is passed from pos position with len length.
+ *
+ * @since 1.17
  */
 EAPI Eina_Strbuf * eina_strbuf_substr_get(Eina_Strbuf *buf, size_t pos, size_t 
len) EINA_MALLOC EINA_WARN_UNUSED_RESULT;
 

-- 


Reply via email to