Method
IdeBufferManagersave_all_async
Declaration
void
ide_buffer_manager_save_all_async (
IdeBufferManager* self,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description
Asynchronously requests that the IdeBufferManager
save all of the loaded
buffers to disk.
callback
will be executed after all the buffers have been saved.
Available since: | 3.32 |
Parameters
cancellable |
GCancellable |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
callback |
GAsyncReadyCallback |
A callback to execute upon completion. |
|
user_data |
gpointer |
Closure data for |