Struct
ShumateVectorValue
unstable since: 1.6
Description [src]
struct ShumateVectorValue {
/* No available fields */
}
A mutable value used in the vector style specification.
Available since: 1.6
Functions
shumate_vector_value_new_boolean
Creates a new ShumateVectorValue with a boolean value.
unstable since: 1.6
shumate_vector_value_new_color
Creates a new ShumateVectorValue with a color value.
unstable since: 1.6
shumate_vector_value_new_from_value
Creates a new ShumateVectorValue from a GValue.
unstable since: 1.6
shumate_vector_value_new_number
Creates a new ShumateVectorValue with a number value.
unstable since: 1.6
shumate_vector_value_new_string
Creates a new ShumateVectorValue with a string value.
unstable since: 1.6
Instance methods
shumate_vector_value_array_append
Appends element to the array value of self. The value of element is copied.
unstable since: 1.6