Method

FoundryTextBufferload

Declaration [src]

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

Description [src]

Loads 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.