Method

AgsFileUtilget_int

since: 6.3.0

Declaration [src]

gint
ags_file_util_get_int (
  AgsFileUtil* file_util,
  gchar* str
)

Description [src]

Get 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: gint

The converted integer.