diff options
| author | 0cyn <kat@vector35.com> | 2026-04-14 15:45:28 -0400 |
|---|---|---|
| committer | 0cyn <kat@vector35.com> | 2026-04-14 15:47:03 -0400 |
| commit | 9fddd2a54eaa640888c656cdfb490690ec6f519b (patch) | |
| tree | d2379dd29e8c17dd16dda72980273a30763c8b8a /ui | |
| parent | 544b7ee320dd8dd69f7b368a36ee72e3faf7e640 (diff) | |
Plugin Manifest V2 Support
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/uicontext.h | 2 | ||||
| -rw-r--r-- | ui/uitypes.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ui/uicontext.h b/ui/uicontext.h index fcb77479..3cd4116c 100644 --- a/ui/uicontext.h +++ b/ui/uicontext.h @@ -673,7 +673,7 @@ void BINARYNINJAUIAPI InitUIViews(); void BINARYNINJAUIAPI InitUIActions(); void BINARYNINJAUIAPI InitUIPlugins(); -void BINARYNINJAUIAPI SetCurrentUIPluginLoadOrder(BNPluginLoadOrder order); +void BINARYNINJAUIAPI SetCurrentUIPluginLoadOrder(BNPluginLoadPhase order); void BINARYNINJAUIAPI AddRequiredUIPluginDependency(const std::string& name); void BINARYNINJAUIAPI AddOptionalUIPluginDependency(const std::string& name); diff --git a/ui/uitypes.h b/ui/uitypes.h index f01ed988..dde77c4a 100644 --- a/ui/uitypes.h +++ b/ui/uitypes.h @@ -116,7 +116,7 @@ typedef BinaryNinja::Ref<BinaryNinja::TypeLibrary> TypeLibraryRef; typedef BinaryNinja::Ref<BinaryNinja::WebsocketClient> WebsocketClientRef; typedef BinaryNinja::Ref<BinaryNinja::WebsocketProvider> WebsocketProviderRef; typedef BinaryNinja::Ref<BinaryNinja::Workflow> WorkflowRef; -typedef BinaryNinja::Ref<BinaryNinja::RepoPlugin> RepoPluginRef; +typedef BinaryNinja::Ref<BinaryNinja::Extension> ExtensionRef; typedef BinaryNinja::Ref<BinaryNinja::Repository> RepositoryRef; typedef BinaryNinja::Ref<BinaryNinja::RepositoryManager> RepositoryManagerRef; typedef BinaryNinja::Ref<BinaryNinja::Logger> LoggerRef; |
