Function
ShumateVectorValuenew_from_value
since: 1.6
Declaration [src]
ShumateVectorValue*
shumate_vector_value_new_from_value (
const GValue* value
)
Description [src]
Creates a new ShumateVectorValue from a GValue. Returns
NULL if the GValue does not contain a compatible value.
Available since: 1.6
Return value
Type: ShumateVectorValue
A new ShumateVectorValue with the value from value.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |
The return value can be NULL. |