Struct LibCZIBuildInformationInterop#
Defined in File versioninfo_structs.h
Struct Documentation#
-
struct LibCZIBuildInformationInterop#
This struct gives information about the build of the libCZIApi-library. Note that all strings must be freed by the caller (using libCZI_Free).
Public Members
-
char *compilerIdentification#
If non-null, the compiler identification. This is a free-form string. This string must be freed by the caller (using libCZI_Free).
-
char *repositoryUrl#
If non-null, the URL of the repository. This string must be freed by the caller (using libCZI_Free).
-
char *repositoryBranch#
If non-null, the branch of the repository. This string must be freed by the caller (using libCZI_Free).
-
char *repositoryTag#
If non-null, the tag of the repository. This string must be freed by the caller (using libCZI_Free).
-
char *compilerIdentification#