Gimp.Array (original) (raw)
Gimp
API Version: 3.0
Library Version: 3.0.2
Type
Constructors
Instance methods
Generated by gi-docgen 2023.1
Struct
GimpArray
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.
Constructors
gimp_array_new
No description available.
Instance methods
gimp_array_copy
No description available.
gimp_array_free
No description available.
Content