Method

FoundryTextBuffersave

Declaration [src]

DexFuture*
foundry_text_buffer_save (
  FoundryTextBuffer* self,
  GFile* file
)

Description [src]

Saves file into the buffer.

Parameters

file

Type: GFile

No description available.

The data is owned by the caller of the method.

Return value

Type: DexFuture

A DexFuture.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.