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