GetBuildInfoString property

Pointer<NativeFunction<Pointer<Char> Function()>> GetBuildInfoString
getter/setter pair

\brief Returns a null terminated string of the build info including git info and cxx flags

\return UTF-8 encoded version string. Do not deallocate the returned buffer.

\since Version 1.15.

Implementation

external ffi.Pointer<ffi.NativeFunction<ffi.Pointer<ffi.Char> Function()>>
GetBuildInfoString;