Method
FoundryGitVcslist_status
Declaration [src]
DexFuture*
foundry_git_vcs_list_status (
FoundryGitVcs* self
)
Return value
Type: DexFuture
A DexFuture
that resolves to a
GListModel
of FoundryGitStatusEntry
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |