Method

AgsFileUtilget_int64

since: 6.3.0

Declaration [src]

gint64
ags_file_util_get_int64 (
  AgsFileUtil* file_util,
  gchar* str
)

Description [src]

Get long long integer from string.

Available since: 6.3.0

Parameters

str

Type: gchar*

The string to convert.

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

Return value

Type: gint64

The converted long long integer.