From a200550466e8d1269ab56892fb6758857c36e9c4 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 7 Dec 2011 22:50:50 +0000 Subject: [PATCH] update docs for eina_file_dir_list SVN revision: 65997 --- 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 01ef8f5b07..295da0922f 100644 --- a/legacy/eina/src/include/eina_file.h +++ b/legacy/eina/src/include/eina_file.h @@ -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);