From 3597d526eb5d8201f5796718c5536684237f149e Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Thu, 23 Feb 2012 14:11:18 +0000 Subject: [PATCH] eina: forgotten since. SVN revision: 68341 --- legacy/eina/src/include/eina_file.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/legacy/eina/src/include/eina_file.h b/legacy/eina/src/include/eina_file.h index 4523f986dc..a62b8b41e3 100644 --- a/legacy/eina/src/include/eina_file.h +++ b/legacy/eina/src/include/eina_file.h @@ -94,6 +94,7 @@ typedef struct _Eina_File_Direct_Info Eina_File_Direct_Info; /** * @typedef Eina_Stat * A typedef to #_Eina_Stat. + * @since 1.2 */ typedef struct _Eina_Stat Eina_Stat; @@ -158,6 +159,7 @@ struct _Eina_File_Direct_Info /** * @struct _Eina_Stat * A structure to store informations of a path. + * @since 1.2 */ struct _Eina_Stat { @@ -291,6 +293,7 @@ EAPI Eina_Iterator *eina_file_stat_ls(const char *dir) EINA_WARN_UNUSED_RESULT E * * @see eina_file_direct_ls() * @see eina_file_stat_ls() + * @since 1.2 */ EAPI int eina_file_statat(void *container, Eina_File_Direct_Info *info, Eina_Stat *buf) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1, 2, 3);