Method
FoundryAcpProjectClientrefresh_changed_files
unstable since: 1.2
Declaration [src]
DexFuture*
foundry_acp_project_client_refresh_changed_files (
FoundryAcpProjectClient* self,
FoundryAcpSession* session
)
Description [src]
Refreshes session‘s changed-file model from the active project VCS.
This currently uses Git status data when the active VCS is
FoundryGitVcs. Other VCS implementations are ignored until they
expose a list-status API.
Available since: 1.2
Parameters
session-
Type:
FoundryAcpSessionThe data is owned by the caller of the method.