[ Version ( since = "1.5.0" ) ]
public async bool set_feature_flags_async (FeatureFlags feature_flags, Cancellable? cancellable) throws Error
Sets the features the client supports.
This allows firmware to depend on specific front-end features, for instance showing the user an image on how to detach the hardware.
| this |
a Client |
| feature_flags |
feature flags, e.g. fwupd_feature_flag_update_text |
| cancellable |
optional Cancellable |
| callback |
the function to run on completion |
| callback_data |
the data to pass to |