Method
ArrowBufferget_parent
since: 0.3.0
Declaration [src]
GArrowBuffer*
garrow_buffer_get_parent (
GArrowBuffer* buffer
)
Return value
Type: GArrowBuffer
The parent GArrowBuffer
or NULL
.
The caller of the method takes ownership of the data, and is responsible for freeing it. |
The return value can be NULL . |