Skip to content
Snippets Groups Projects

ENH: Add datatypes and value classes to Extern C interface

Merged Florian Spreckelsen requested to merge f-consolidate-c into dev
All threads resolved!
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -9,7 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- New functions getEnumNameFromValue() and getEnumValueFromName().
* New functions getEnumNameFromValue() and getEnumValueFromName().
* Extern C now supports datatypes, roles, and importances as enums,
and typed property values
### Changed
Loading