Method
GgitRepositoryset_submodule_ignore
Declaration [src]
void
ggit_repository_set_submodule_ignore (
GgitRepository* repository,
const gchar* name,
GgitSubmoduleIgnore ignore,
GError** error
)
Description [src]
Sets the ignore rule for the submodule in the configuration. This does not affect any currently-loaded 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. | |
ignore |
GgitSubmoduleIgnore |
A |
|
error |
GError ** |
The return location for a GError* , or NULL . |