Method

AgsFileUtilput_int64

since: 6.3.0

Declaration [src]

gchar*
ags_file_util_put_int64 (
  AgsFileUtil* file_util,
  gint64 value
)

Description [src]

Put long long integer to string.

Available since: 6.3.0

Parameters

value

Type: gint64

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.