stefan pushed a commit to branch master.

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

commit c78b4661392d65722c3f95a81691e9e6f353cd89
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Thu Jul 23 12:14:21 2015 +0200

    eina: Add since 1.15 tag for environment*get API additions
---
 src/lib/eina/eina_util.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/lib/eina/eina_util.h b/src/lib/eina/eina_util.h
index a73c4db..e902003 100644
--- a/src/lib/eina/eina_util.h
+++ b/src/lib/eina/eina_util.h
@@ -31,6 +31,8 @@
  *
  * @note The result of this call is highly system dependent and you better use
  * it instead of the naive getenv("HOME").
+ *
+ * @since 1.15
  */
 EAPI const char *eina_environment_home_get(void);
 
@@ -40,6 +42,8 @@ EAPI const char *eina_environment_home_get(void);
  *
  * @note The result of this call is highly system dependent and you better use
  * it instead of the naive getenv("TMPDIR").
+ *
+ * @since 1.15
  */
 EAPI const char *eina_environment_tmp_get(void);
 

-- 


Reply via email to