set_options_sync
Description:
[ Version ( since = "0.1.20" ) ]
public bool set_options_sync (HashTable<string,Variant> values, Cancellable? cancellable = null) throws Error
public bool set_options_sync (HashTable<string,Variant> values, Cancellable? cancellable = null) throws Error
Sets options on the sensor device.
WARNING: This function is synchronous, and may block. Do not use it in GUI applications.
Parameters:
this |
a Sensor instance. |
values |
the options |
cancellable |
a Cancellable or null |
Returns:
true for success, else false. |