Method
FoundryGitCommitBuilderlist_unstaged
unstable since: 1.1
Declaration [src]
GListModel*
foundry_git_commit_builder_list_unstaged (
FoundryGitCommitBuilder* self
)
Description [src]
Gets a list model containing all files that have unstaged changes.
The list model contains FoundryGitStatusEntry objects representing
files in the working tree that have been modified but not staged. The list
is updated automatically as files are staged or unstaged.
Available since: 1.1
Return value
Type: A list model of GObject
A GListModel of
FoundryGitStatusEntry objects representing files with unstaged changes.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |