Method
FoundryGitCommitBuilderlist_changed
unstable since: 1.2
Declaration [src]
GListModel*
foundry_git_commit_builder_list_changed (
FoundryGitCommitBuilder* self
)
Description [src]
Gets a list model containing all files with staged or unstaged changes.
The list model contains FoundryGitStatusEntry objects representing
files in the working tree or index that have changes. Files with both
staged and unstaged changes appear only once.
Available since: 1.2
Return value
Type: A list model of GObject
A GListModel of
FoundryGitStatusEntry objects representing changed files.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |