summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2025-10-15 13:07:19 -0400
committerPeter LaFosse <peter@vector35.com>2025-10-16 13:37:08 -0400
commitcd9eea2fdbd51c25a9f17435c561b6fe9377960f (patch)
tree98bb9755c8ce1d74f8d3c6934d0735a61377e7ae /binaryninjacore.h
parent4780a8414c41099f49c5cb9a780bfffd084bdd47 (diff)
Add GetTypeCount API
Add note about type_names not being sorted anymore
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index c6fa691d..60850f38 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -5642,6 +5642,7 @@ extern "C"
BINARYNINJACOREAPI bool BNTypeContainerGetTypeIds(BNTypeContainer* container, char*** typeIds, size_t* count);
BINARYNINJACOREAPI bool BNTypeContainerGetTypeNames(BNTypeContainer* container, BNQualifiedName** typeNames, size_t* count);
BINARYNINJACOREAPI bool BNTypeContainerGetTypeNamesAndIds(BNTypeContainer* container, char*** typeIds, BNQualifiedName** typeNames, size_t* count);
+ BINARYNINJACOREAPI size_t BNTypeContainerGetTypeCount(BNTypeContainer* container);
BINARYNINJACOREAPI bool BNTypeContainerParseTypeString(BNTypeContainer* container,
const char* source, bool importDepencencies, BNQualifiedNameAndType* result,
BNTypeParserError** errors, size_t* errorCount