Method

ArrowMutableBufferset_data

Declaration [src]

gboolean
garrow_mutable_buffer_set_data (
  GArrowMutableBuffer* buffer,
  gint64 offset,
  const guint8* data,
  gint64 size,
  GError** error
)

Description

No description available.
Available since:0.12.0

Parameters

offset gint64
 

A write offset in the buffer data in byte.

data An array of guint8
 

The data to be written.

 The length of the array is specified in the size argument.
 The data is owned by the caller of the function.
size gint64
 

The number of bytes of the data to be written.

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

Return value

Returns: gboolean
 

TRUE on success, FALSE otherwise.