Method

AgsFileUtilput_uint64

since: 6.3.0

Declaration [src]

gchar*
ags_file_util_put_uint64 (
  AgsFileUtil* file_util,
  guint64 value
)

Description [src]

Put unsigned long long integer to string.

Available since: 6.3.0

Parameters

value

Type: guint64

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.