is_global_engine_enabled


Description:

[ Deprecated ( since = "1.5.3" ) ]
public bool is_global_engine_enabled ()

Warning: is_global_engine_enabled is deprecated.

Check if the current global engine is enabled or not synchronously.

Note:

Probably this would be used for Chrome OS only.

Currently global engine is always used and get_global_engine returns NULL until the first global engine is assigned. You can use set_log_handler to disable a warning when get_global_engine returns NULL.

Parameters:

this

An Bus.

Returns:

true if the current global engine is enabled.