From 824f451696a65f0a0b23d7328f332d95330cca8f Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Fri, 10 Aug 2018 14:36:25 -0400 Subject: Expose BNIsUIEnabled via Python. --- python/__init__.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python/__init__.py') diff --git a/python/__init__.py b/python/__init__.py index 9d183465..947739ca 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -249,3 +249,6 @@ core_product_type = core.BNGetProductType() core_license_count = core.BNGetLicenseCount() '''License count from the license file''' + +core_ui_enabled = core.BNIsUIEnabled() +'''Indicates that a UI exists and the UI has invoked BNInitUI''' -- cgit v1.3.1