Byte Arrays

G-Golf Glib Byte Arrays low level API.
Byte Arrays — Arrays of bytes.

Procedures

g-bytes-new

Description

FIXME

Procedures

Procedure: g-bytes-new data size

Returns a pointer.

Create a new GBytes27 from data.

data is copied. If size is 0, data may be NULL.


Footnotes

(27)

A simple refcounted data type representing an immutable sequence of zero or more bytes from an unspecified origin.