Function
GgitSubmoduleCallback
Declaration
gint
(* GgitSubmoduleCallback) (
GgitSubmodule* submodule,
const gchar* name,
gpointer user_data
)
Description [src]
The type of the callback functions for retrieving the submodules
in a GgitRepository
. See ggit_repository_submodule_foreach().
Parameters
submodule |
GgitSubmodule |
A |
|
The data is owned by the caller of the function. | |
name |
const gchar* |
The name of the submodule. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
user_data |
gpointer |
User-supplied data. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |