Gimp.Array – gimp-3.0 Reference Manual
Packages
gimp-3.0
Gimp
Array
Array
copy
free
data
length
static_data
Array
Object Hierarchy:
Description:
[
CCode
( copy_function =
"g_boxed_copy"
, free_function =
"g_boxed_free"
, type_id =
"gimp_array_get_type ()"
) ]
[
Compact
]
public
class
Array
Namespace:
Gimp
Package:
gimp-3.0
Content:
Creation methods:
public
Array
(
uint8
[] data,
bool
static_data)
Methods:
public
Array
copy
()
public
void
free
()
Fields:
public
unowned
uint8
[]
data
public
size_t
length
public
bool
static_data