Struct

GimpArray

unstable since: 3.0

Description

struct GimpArray {
  guint8* data;
  gsize length;
  gboolean static_data;
}
No description available.
Structure members
data

Pointer to the array’s data.

length

Length of data, in bytes.

static_data

Whether data points to statically allocated memory.

Available since: 3.0

Constructors

gimp_array_new
No description available.

unstable since: 3.0

Instance methods

gimp_array_copy
No description available.

unstable since: 3.0

gimp_array_free
No description available.

unstable since: 3.0