summaryrefslogtreecommitdiff
path: root/python/binaryview.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/binaryview.py')
-rw-r--r--python/binaryview.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/binaryview.py b/python/binaryview.py
index d25f8e9e..5c198986 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -2714,7 +2714,7 @@ class BinaryView:
return TypeMapping(self, core.BNGetAnalysisDependencySortedTypeList)
@property
- def type_names(self) -> List['_types.Type']:
+ def type_names(self) -> List['_types.QualifiedName']:
"""List of defined type names (read-only)"""
count = ctypes.c_ulonglong(0)
name_list = core.BNGetAnalysisTypeNames(self.handle, count, "")