Method

GgitIndexEntryis_conflict

Declaration [src]

gboolean
ggit_index_entry_is_conflict (
  GgitIndexEntry* entry
)

Description [src]

Get whether the entry represents a conflict.

Return value

Returns: gboolean
 

TRUE if the entry is a conflict, or FALSE otherwise.