[ Version ( since = "3.14" ) ]
public async bool save_async (int io_priority, Cancellable? cancellable, owned FileProgressCallback? progress_callback) throws Error
Saves asynchronously the buffer into the file.
See the AsyncResult documentation to know how to use this function.
| this | |
| io_priority |
the I/O priority of the request. E.g. LOW, DEFAULT or HIGH. |
| cancellable |
optional Cancellable object, |
| progress_callback |
function to call back with progress information, or |
| callback |
a TaskReadyCallback to call when the request is satisfied. |
| progress_callback_data |
user data to pass to |
| progress_callback_notify |
function to call on |
| user_data |
user data to pass to |