Virtual Method
HexBufferread_async
Declaration
void
read_async (
  HexBuffer* self,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)
Description
Read the GFile, previously set, into the buffer. This is the non-blocking
version of hex_buffer_read().
Parameters
- cancellable
- 
            Type: GCancellableA GCancellable.The argument can be NULL.The data is owned by the caller of the method. 
- callback
- 
            Type: GAsyncReadyCallbackFunction to be called when the operation is complete. 
- user_data
- 
            Type: gpointerNo description available. The argument can be NULL.The data is owned by the caller of the method.