Method

ArrowBufferget_parent

since: 0.3.0

Declaration [src]

GArrowBuffer*
garrow_buffer_get_parent (
  GArrowBuffer* buffer
)

Description

No description available.

Available since: 0.3.0

Gets propertyArrow.Buffer:parent

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.