Method
ArrowBufferget_data
since: 0.3.0
Declaration [src]
GBytes*
garrow_buffer_get_data (
GArrowBuffer* buffer
)
Return value
Type: GBytes
The data of the buffer. The data is owned by the buffer. You should not free or modify the data.
The caller of the method takes ownership of the data, and is responsible for freeing it. |