Class

ArrowResizableBuffer

Description

class Arrow.ResizableBuffer : Arrow.MutableBuffer {
  parent_instance: GArrowMutableBuffer
}
No description available.

Constructors

garrow_resizable_buffer_new
No description available.

Available since: 0.10.0

Instance methods

garrow_resizable_buffer_reserve
No description available.

Available since: 0.3.0

garrow_resizable_buffer_resize
No description available.

Available since: 0.3.0

Methods inherited from GArrowMutableBuffer (2)
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 ArrowResizableBufferClass {
  GArrowMutableBufferClass parent_class;
  
}
Class members
parent_class
GArrowMutableBufferClass
  No description available.