Method

ArrowResizableBufferresize

Declaration [src]

gboolean
garrow_resizable_buffer_resize (
  GArrowResizableBuffer* buffer,
  gint64 new_size,
  GError** error
)

Description

No description available.
Available since:0.3.0

Parameters

new_size gint64
 

The new buffer size in bytes.

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE on success, FALSE if there was an error.