Method

GgitRepositoryfile_status

Declaration [src]

GgitStatusFlags
ggit_repository_file_status (
  GgitRepository* repository,
  GFile* location,
  GError** error
)

Description [src]

Gets the file status for a single file.

Parameters

location GFile
 

The file to retrieve status for, rooted at the repository working dir.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GgitStatusFlags
 

The status for a single file.