Function
GgitTreeWalkCallback
Declaration
gint
(* GgitTreeWalkCallback) (
const gchar* root,
const GgitTreeEntry* entry,
gpointer user_data
)
Parameters
root |
const gchar* |
The current (relative) root of the entry. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
entry |
GgitTreeEntry |
The tree entry. |
|
The data is owned by the caller of the function. | |
user_data |
gpointer |
User-supplied data. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |