[ CCode ( array_length = false , array_null_terminated = true ) ]
public Color[] get_color_array (string property_name)
A function for bindings to get a [type@ColorArray] property.
Getting these with [method@GObject.Object.get] or [method@GObject.Object.get_property] won't work for the time being so all our boxed array types must be set and get using these alternative functions instead.
C plug-ins should just use [method@GObject.Object.get].
| this | |
| property_name |
the name of a ParamSpecBoxed param spec with [type@ColorArray] value type. |
|
an array of Objects. |