Method

GgitRepositoryset_submodule_fetch_recurse

Declaration [src]

void
ggit_repository_set_submodule_fetch_recurse (
  GgitRepository* repository,
  const gchar* name,
  GgitSubmoduleRecurse fetch_recurse_submodules,
  GError** error
)

Description [src]

Sets the submodule.’name’.fetchRecurseSubmodules value for the submodule. This setting won’t affect any existing instances..

Parameters

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.
fetch_recurse_submodules GgitSubmoduleRecurse
 

A GgitSubmoduleRecurse.

error GError **
  The return location for a GError*, or NULL.