Method

GgitRepositoryget_config

Declaration [src]

GgitConfig*
ggit_repository_get_config (
  GgitRepository* repository
  GError** error
)

Description [src]

Get the config for a specific repository.

Return value

Returns: GgitConfig
 

A GgitConfig.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.