Constants¶
Details¶
- Goa.ERROR_NUM_ENTRIES = 6¶
- Goa.MAJOR_VERSION = 3¶
The major version number of the GOA daemon and library.
Like #goa_major_version, but from the headers used at application compile time, rather than from the library linked against at application run time.
New in version 3.8.
- Goa.MICRO_VERSION = 2¶
The micro version number of the GOA daemon and library.
Like #goa_micro_version, but from the headers used at application compile time, rather than from the library linked against at application run time.
New in version 3.8.
- Goa.MINOR_VERSION = 50¶
The minor version number of the GOA daemon and library.
Like #goa_minor_version, but from the headers used at application compile time, rather than from the library linked against at application run time.
New in version 3.8.