is_global_engine_enabled_async_finish


Description:

[ Deprecated ( since = "1.5.3" ) ]
public bool is_global_engine_enabled_async_finish (AsyncResult res) throws Error

Warning: is_global_engine_enabled_async_finish is deprecated.

Finishes an operation started with is_global_engine_enabled_async.

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.

res

A AsyncResult obtained from the TaskReadyCallback passed to is_global_engine_enabled_async.

Returns:

true if the current global engine is enabled.