Function
Gimpvalue_take_object_array
Declaration [src]
void
gimp_value_take_object_array (
GValue* value,
GType object_type,
GObject** data,
gsize length
)
Parameters
value |
GValue |
A valid value of type |
|
The data is owned by the caller of the function. | |
object_type |
GType |
The |
|
data |
An array of GObject* |
A |
|
The length of the array is specified in the length argument. | |
The called function takes ownership of the data, and is responsible for freeing it. | |
length |
gsize |
The number of elements in |