Function
Dexaio_read
Declaration [src]
DexFuture*
dex_aio_read (
  DexAioContext* aio_context,
  int fd,
  gpointer 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: An array of guint8No description available. The argument will be set by the function. The length of the array is specified in the countargument.
- count
- 
            Type: gsizeNo description available. 
- offset
- 
            Type: goffsetNo description available. 
Return value
Type: DexFuture
A future that will resolve when the read completes or rejects with error.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |