Function
Dexinput_stream_skip
Declaration [src]
DexFuture*
dex_input_stream_skip (
GInputStream* self,
gsize count,
int io_priority
)
Parameters
self |
GInputStream* |
| No description available. | |
| The data is owned by the caller of the function. | |
count |
gsize |
The number of bytes to skip. |
|
io_priority |
int |
|
Return value
| Returns: | DexFuture |
A |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it. |