update_entry_async


Description:

[ Version ( since = "0.9.0" ) ]
public async Entry update_entry_async (AuthorizationDomain? domain, Entry entry, Cancellable? cancellable) throws Error

Updates entry by PUTting it to its <literal>edit</literal> link's URI.

this and entry are both reffed when this function is called, so can safely be unreffed after this function returns.

For more details, see update_entry, which is the synchronous version of this function.

When the operation is finished, callback will be called. You can then call update_entry_async.end to get the results of the operation.

Parameters:

this

a Service

domain

the AuthorizationDomain the update operation falls under, or null

entry

the Entry to update

cancellable

optional Cancellable object, or null

callback

a TaskReadyCallback to call when the update is finished, or null

user_data

data to pass to the callback function