Constructor
FoundryAcpChangedFilenew
unstable since: 1.2
Declaration [src]
FoundryAcpChangedFile*
foundry_acp_changed_file_new (
const char* path,
FoundryAcpChangedFileKind kind,
const char* last_event_id,
FoundryAcpChangedFileFlags flags
)
Parameters
path-
Type:
const char*A project-relative or absolute file path.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. kind-
Type:
FoundryAcpChangedFileKindThe kind of change.
last_event_id-
Type:
const char*The last event known to reference
path.The argument can be NULL.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. flags-
Type:
FoundryAcpChangedFileFlagsAdditional VCS status flags.