Function

Dexinput_stream_read

Declaration [src]

DexFuture*
dex_input_stream_read (
  GInputStream* self,
  gpointer buffer,
  gsize count,
  int io_priority
)

Description

No description available.

Parameters

self

Type: GInputStream

No description available.

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

Type: An array of guint8

No description available.

The argument will be set by the function.
The length of the array is specified in the count argument.
count

Type: gsize

No description available.

io_priority

Type: int

No description available.

Return value

Type: DexFuture

A DexFuture.

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