set_ibus_property_async
Description:
public async void set_ibus_property_async (string property_name, Variant value, int timeout_msec, Cancellable? cancellable)
Set org.
freedesktop.DBus.Properties asynchronously.
Parameters:
this |
An Bus. |
property_name |
property name in org.freedesktop.DBus.Properties.Set |
value |
value in org.freedesktop.DBus.Properties.Set |
timeout_msec |
The timeout in milliseconds or -1 to use the default timeout. |
cancellable |
A Cancellable or |
callback |
A TaskReadyCallback to call when the request is satisfied or |
user_data |
The data to pass to callback. |