Method
ArrowBufferget_mutable_data
since: 0.3.0
Declaration [src]
GBytes*
garrow_buffer_get_mutable_data (
GArrowBuffer* buffer
)
Return value
Type: 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 . |