Method

AgsFileUtilget_uint64

since: 6.3.0

Declaration [src]

guint64
ags_file_util_get_uint64 (
  AgsFileUtil* file_util,
  gchar* str
)

Description [src]

Get unsigned long long integer.

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: guint64

The converted unsigned long long integer.