Function

Dexfile_load_bytes

unstable since: 1.2

Declaration [src]

DexFuture*
dex_file_load_bytes (
  GFile* file
)

Description [src]

Available since: 1.2

Parameters

file

Type: GFile

A GFile.

The data is owned by the caller of the function.

Return value

Type: DexFuture

A DexFuture that resolves to a GBytes or rejects with error.

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