Function

Dexinput_stream_skip

Declaration [src]

DexFuture*
dex_input_stream_skip (
  GInputStream* self,
  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.
count

Type: gsize

The number of bytes to skip.

io_priority

Type: int

G_PRIORITY_DEFAULT or similar priority value.

Return value

Type: DexFuture

A DexFuture.

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