Method
GgitIndexEntriesResolveUndoget_by_file
Declaration [src]
GgitIndexEntryResolveUndo*
ggit_index_entries_resolve_undo_get_by_file (
GgitIndexEntriesResolveUndo* entries,
GFile* file
)
Description [src]
Get an resolve_undo entry specified by path. The returned entry is read
only and should not be modified by the caller. If the entry could not be
found, NULL
is returned.
Parameters
file |
GFile |
A |
|
The data is owned by the caller of the function. |
Return value
Returns: | GgitIndexEntryResolveUndo |
A |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |