Method
AgsFileUtilget_complex
since: 6.3.0
Declaration [src]
AgsComplex*
ags_file_util_get_complex (
AgsFileUtil* file_util,
gchar* str
)
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. |