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