get_change_async
Description:
[ Version ( since = "1.29" ) ]
public async Change get_change_async (string id, Cancellable? cancellable) throws Error
public async Change get_change_async (string id, Cancellable? cancellable) throws Error
Asynchronously get information on a change.
See get_change_sync for more information.
Parameters:
this |
a Client. |
id |
a change ID to get information on. |
cancellable |
a Cancellable or null. |
callback |
a TaskReadyCallback to call when the request is satisfied. |
user_data |
the data to pass to callback function. |