update docs for eina_file_dir_list

SVN revision: 65997
This commit is contained in:
Mike Blumenkrantz 2011-12-07 22:50:50 +00:00
parent 4036add6ad
commit a200550466
1 changed files with 3 additions and 0 deletions

View File

@ -94,6 +94,9 @@ typedef struct _Eina_File_Direct_Info Eina_File_Direct_Info;
* @typedef Eina_File_Dir_List_Cb
* Type for a callback to be called when iterating over the files of a
* directory.
* @param The file name EXCLUDING the path
* @param path The path passed to eina_file_dir_list()
* @param data The data passed to eina_file_dir_list()
*/
typedef void (*Eina_File_Dir_List_Cb)(const char *name, const char *path, void *data);