Function

Dexoutput_stream_write

Declaration [src]

DexFuture*
dex_output_stream_write (
  GOutputStream* self,
  gconstpointer buffer,
  gsize count,
  int io_priority
)

Description

No description available.

This function is not directly available to language bindings.

Parameters

self

Type: GOutputStream

No description available.

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

Type: gconstpointer

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
count

Type: gsize

No description available.

io_priority

Type: int

No description available.

Return value

Type: DexFuture

No description available.

The data is owned by the called function.