From 864d00b8ec723c48ab148bf97ef4fbc93ef9942c Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Thu, 15 Apr 2021 10:02:59 -0400 Subject: Add plugin status when dependencies are being installed --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index e70490f3..6af35d69 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -5202,6 +5202,7 @@ __attribute__ ((format (printf, 1, 2))) bool IsDisablePending() const; bool IsDeletePending() const; bool IsUpdateAvailable() const; + bool AreDependenciesBeingInstalled() const; bool Uninstall(); bool Install(); -- cgit v1.3.1