From a309b76777db7d69cc09c39be79bbb95705e3330 Mon Sep 17 00:00:00 2001 From: Xusheng Date: Fri, 23 Dec 2022 17:43:49 +0800 Subject: Minor fix for API function names --- binaryninjaapi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'binaryninjaapi.h') 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 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 -- cgit v1.3.1