Method

AgsFileUtilput_float

since: 6.3.0

Declaration [src]

gchar*
ags_file_util_put_float (
  AgsFileUtil* file_util,
  gfloat value
)

Description [src]

Put arbitary size floating point number to string.

Available since: 6.3.0

Parameters

value

Type: gfloat

The value.

Return value

Type: gchar*

The newly allocated string.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.