Method

IdeBufferManagersave_all_finish

Declaration

gboolean
ide_buffer_manager_save_all_finish (
  IdeBufferManager* self,
  GAsyncResult* result,
  GError** error
)

Description

Completes an asynchronous request to save all buffers.

Available since:3.32

Parameters

result GAsyncResult*
 

A GAsyncResult.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE if all the buffers were saved successfully.