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