Function
Dexaio_write
unstable since: 1
Declaration [src]
DexFuture*
dex_aio_write (
DexAioContext* aio_context,
int fd,
gconstpointer buffer,
gsize count,
goffset offset
)
Parameters
aio_context-
Type:
DexAioContextNo description available.
The data is owned by the caller of the function. fd-
Type:
intNo description available.
buffer-
Type:
gconstpointerNo description available.
The argument can be NULL.The data is owned by the caller of the function. count-
Type:
gsizeNo description available.
offset-
Type:
goffsetNo description available.
Return value
Type: DexFuture
A future that will resolve when the write completes or rejects with error.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |