is_global_engine_enabled_async


Description:

[ Deprecated ( since = "1.5.3" ) ]
public async void is_global_engine_enabled_async (int timeout_msec, Cancellable? cancellable)

Warning: is_global_engine_enabled_async is deprecated.

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

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.

timeout_msec

The timeout in milliseconds or -1 to use the default timeout.

cancellable

A Cancellable or null.

callback

A TaskReadyCallback to call when the request is satisfied or null if you don't care about the result of the method invocation.

user_data

The data to pass to callback.