Method
GrlDataset_float
since: 0.1.5
Declaration [src]
void
grl_data_set_float (
GrlData* data,
GrlKeyID key,
gfloat floatvalue
)
Description [src]
Sets the first float value associated with key
in data
. If key
already has
a first value old value is replaced by the new one.
Available since: 0.1.5
Parameters
key
-
Type:
GrlKeyID
Key to change or add.
floatvalue
-
Type:
gfloat
The new value.