eina: Add since 1.15 tag for environment*get API additions

This commit is contained in:
Stefan Schmidt 2015-07-23 12:14:21 +02:00
parent 770f93e7d8
commit c78b466139
1 changed files with 4 additions and 0 deletions

View File

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