Method

GrlConfigset_float

since: 0.1.5

Declaration [src]

void
grl_config_set_float (
  GrlConfig* config,
  const gchar* param,
  gfloat value
)

Description [src]

Set param value.

Available since: 0.1.5

Parameters

param

Type: const gchar*

A float type parameter.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
value

Type: gfloat

A value.