[ Version ( deprecated = true , deprecated_since = "1.5.3" ) ]
public async void get_use_global_engine_async (int timeout_msec, Cancellable? cancellable)
Warning: get_use_global_engine_async is deprecated since 1.5.3.
Check if the bus's "use_global_engine" option is enabled or not asynchronously.
Currently global engine is always used.
| 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. |