Function
IdeFileWalkCallback
Declaration
void
(* IdeFileWalkCallback) (
GFile* directory,
GPtrArray* file_infos,
gpointer user_data
)
Parameters
directory-
Type:
GFileA
GFileof the directory.The data is owned by the caller of the function. file_infos-
Type: An array of
GFileInfo*Array of
GFileInfochildren ofdirectory.The data is owned by the caller of the function. user_data-
Type:
gpointerUser data for callback.
The argument can be NULL.The data is owned by the caller of the function.