reapply_async
Description:
[ Version ( since = "1.2" ) ]
public async bool reapply_async (Connection? connection, uint64 version_id, uint32 flags, Cancellable? cancellable) throws Error
public async bool reapply_async (Connection? connection, uint64 version_id, uint32 flags, Cancellable? cancellable) throws Error
Asynchronously begins an attempt to update device with changes to the currently active connection made since it was last applied.
Parameters:
| this |
a Device |
| connection |
the Connection to replace the applied settings with or null to reuse existing |
| version_id |
zero or the expected version id of the applied connection. If specified and the version id mismatches, the call fails without modification. This allows to catch concurrent accesses. |
| flags |
always set this to zero |
| cancellable |
a Cancellable, or null |
| callback |
callback to be called when the reapply operation completes |
| user_data |
caller-specific data passed to |