summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2021-04-15 10:02:59 -0400
committerPeter LaFosse <peter@vector35.com>2021-04-26 11:42:38 -0400
commit864d00b8ec723c48ab148bf97ef4fbc93ef9942c (patch)
treedf5111b0f79ac68cdf10eed82b5ec7fd9a422fbf /binaryninjaapi.h
parente80242c14066c8734ad00b4b015b3a54a4689463 (diff)
Add plugin status when dependencies are being installed
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h1
1 files changed, 1 insertions, 0 deletions
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();