Method

GgitRepositoryget_location

Declaration [src]

GFile*
ggit_repository_get_location (
  GgitRepository* repository
)

Description [src]

Get the gitdir location of the repository.

Return value

Returns: GFile
 

The location of the gitdir of the repository.

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