Function

AgsMathUtilfind_symbol_all

since: 3.2.0

Declaration [src]

gchar**
ags_math_util_find_symbol_all (
  gchar* str
)

Description [src]

Find all symbols.

Available since: 3.2.0

This function is not directly available to language bindings.

Parameters

str

Type: gchar*

The string.

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

Return value

Type: An array of utf8

The string vector containing the symbols.

The array is NULL-terminated.
The data is owned by the called function.
Each element is a NUL terminated UTF-8 string.