Class

ArrowMutableBuffer

Description

class Arrow.MutableBuffer : Arrow.Buffer {
  parent_instance: GArrowBuffer
}
No description available.

Ancestors

Descendants

Constructors

garrow_mutable_buffer_new
No description available.

Available since: 0.3.0

garrow_mutable_buffer_new_bytes
No description available.

Available since: 0.9.0

Instance methods

garrow_mutable_buffer_set_data
No description available.

Available since: 0.12.0

garrow_mutable_buffer_slice
No description available.

Available since: 0.3.0

Methods inherited from GArrowBuffer (10)
garrow_buffer_copy
No description available.

Available since: 0.3.0

garrow_buffer_equal
No description available.

Available since: 0.4.0

garrow_buffer_equal_n_bytes
No description available.

Available since: 0.4.0

garrow_buffer_get_capacity
No description available.

Available since: 0.3.0

garrow_buffer_get_data
No description available.

Available since: 0.3.0

garrow_buffer_get_mutable_data
No description available.

Available since: 0.3.0

garrow_buffer_get_parent
No description available.

Available since: 0.3.0

garrow_buffer_get_size
No description available.

Available since: 0.3.0

garrow_buffer_is_mutable
No description available.

Available since: 0.3.0

garrow_buffer_slice
No description available.

Available since: 0.3.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Properties inherited from GArrowBuffer (3)
Arrow.Buffer:buffer
No description available.
Arrow.Buffer:data
No description available.
Arrow.Buffer:parent
No description available.

Signals

Signals inherited from GObject (1)
GObject.Object::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct ArrowMutableBufferClass {
  GArrowBufferClass parent_class;
  
}
Class members
parent_class
GArrowBufferClass
  No description available.