Function

Dexinput_stream_close

Declaration [src]

DexFuture*
dex_input_stream_close (
  GInputStream* self,
  int io_priority
)

Description

No description available.

Parameters

self

Type: GInputStream

A GInputStream.

The data is owned by the caller of the function.
io_priority

Type: int

The IO priority of the request.

Return value

Type: DexFuture

A DexFuture that resolves to true if successful or rejects with error.

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