Method

GgitRevisionWalkerget_repository

Declaration [src]

GgitRepository*
ggit_revision_walker_get_repository (
  GgitRevisionWalker* walker
)

Description [src]

Gets the repository on which this walker is operating.

Return value

Returns: GgitRepository
 

The repository on which this walker is operating or NULL.

 The data is owned by the instance.
 The return value can be NULL.