Method

GrlDataadd_float

since: 0.1.10

Declaration [src]

void
grl_data_add_float (
  GrlData* data,
  GrlKeyID key,
  gfloat floatvalue
)

Description [src]

Appends a new float value for key in data.

Available since: 0.1.10

Parameters

key

Type: GrlKeyID

Key to append.

floatvalue

Type: gfloat

The new value.