Method

AgsFileUtilget_complex

since: 6.3.0

Declaration [src]

AgsComplex*
ags_file_util_get_complex (
  AgsFileUtil* file_util,
  gchar* str
)

Description [src]

Get complex floating point number from string.

Available since: 6.3.0

Parameters

str

Type: gchar*

The string.

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

Return value

Type: AgsComplex

The complex floating point number.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.