Method

ArrowBufferget_mutable_data

Declaration [src]

GBytes*
garrow_buffer_get_mutable_data (
  GArrowBuffer* buffer
)

Description

No description available.
Available since:0.3.0

Return value

Returns: GBytes
 

The data of the buffer. If the buffer is immutable, it returns NULL. The data is owned by the buffer. You should not free the data.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.