Function
Dexinput_stream_close
Declaration [src]
DexFuture*
dex_input_stream_close (
GInputStream* self,
int io_priority
)
Parameters
self
-
Type:
GInputStream
No description available.
The data is owned by the caller of the function. 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. |