Gimp.Array

Fields

Name

Type

Access

Description

data

bytes

r/w

pointer to the array’s data.

length

int

r/w

length of data, in bytes.

static_data

bool

r/w

whether data points to statically allocated memory.

Methods

class

new (data, static_data)

copy ()

free ()

Details

class Gimp.Array
classmethod new(data, static_data)
Parameters:
Return type:

Gimp.Array

copy()
Return type:

Gimp.Array

free()