Method

ArrowBufferget_parent

Declaration [src]

GArrowBuffer*
garrow_buffer_get_parent (
  GArrowBuffer* buffer
)

Description

No description available.
Available since:0.3.0
Gets propertyArrow.Buffer:parent

Return value

Returns: 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.