summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2022-12-23 17:43:49 +0800
committerXusheng <xusheng@vector35.com>2022-12-23 17:46:21 +0800
commita309b76777db7d69cc09c39be79bbb95705e3330 (patch)
tree997f25f192bdd87d0fcace9c7e6c0ee62ad7c9fc /binaryninjaapi.h
parent73368f24d167eedee98e0c7269759558fa98bb36 (diff)
Minor fix for API function names
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index 324f1d07..048d6afc 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -14731,7 +14731,7 @@ namespace BinaryNinja {
void SetGuid(const std::string& guid);
/*! Direct extracts a reference to a contained object -- when attempting to extract types from a library
- into a BinaryView, consider using BinaryView::ImportLibraryObject instead.
+ into a BinaryView, consider using BinaryView::ImportTypeLibraryObject instead.
\param name
\return
@@ -14739,7 +14739,7 @@ namespace BinaryNinja {
Ref<Type> GetNamedObject(const QualifiedName& name);
/*! Direct extracts a reference to a contained type -- when attempting to extract types from a library
- into a BinaryView, consider using BinaryView.ImportLibraryType>` instead.
+ into a BinaryView, consider using BinaryView.ImportTypeLibraryType>` instead.
\param name
\return