| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/api/../../cpp/../c_glib/arrow-glib/ctor.MutableBuffer.new.html | [Back] [Original] |
Generated by gi-docgen 2025.3
since: 0.3.0
GArrowMutableBuffer*
garrow_mutable_buffer_new (
guint8* data,
gint64 size
)
dataType: An array of guint8
Data for the buffer. They aren’t owned by the new buffer. You must not free the data while the new buffer is alive.
The length of the array is specified in the size argument. |
| The data is owned by the caller of the function. |
sizeType: gint64
The number of bytes of the data.
Type: GArrowMutableBuffer
A newly created GArrowMutableBuffer.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |
| Web Proxy Viewer | New URL | Original Page |